This commit is contained in:
2026-05-30 17:10:01 +02:00
parent 4eb2f3b968
commit 3908162636
9 changed files with 65 additions and 71 deletions
+14 -21
View File
@@ -3,24 +3,17 @@ this menu shows you mango IPC options in the following format
command | example | description
you can search through these.
mmsg -Q | mmsg -q | quit mangoWM
mmsg -w | mmsg -w -g -O | the -w flag "watches" the other flags, giving you constant updates.
mmsg -g | mmsg -g | gets *all* information
mmsg -g | mmsg -g -O | the -g flag gets information, a second flag determines the info to get
mmsg -g | mmsg -g -O | gets a list of monitor outputs
mmsg -g | mmsg -g -T | gets the number of tags
mmsg -g | mmsg -g -L | gets all available layouts in shorthand
mmsg -g | mmsg -g -t | get tag information
mmsg -g | mmsg -g -l | get the current layout for each monitor
mmsg -g | mmsg -g -c | get information of the most recent focused client on each monitor
mmsg -g | mmsg -g -m | get fullscreen state for all monitors
mmsg -g | mmsg -g -f | get floating state for all monitors
mmsg -g | mmsg -g -x | get the position and size for the most recent focused client per monitor
mmsg -g | mmsg -g -k | gets the current keyboard layout
mmsg -g | mmsg -g -b | gets the current keybind mode
mmsg -g | mmsg -g -A | gets the current scale factor for all monitors
mmsg -s | mmsg -s -t 1 | the -s flag sets information, a second flag determines what to set.
mmsg -s | mmsg -s -t 2 | set tags, 1 = switch to 1, 2+ = add 2 to view, 2- = remove 2, 2^ = toggle tag 2
mmsg -s | mmsg -s -l DW | sets layout
mmsg -o | mmsg -s -l DW -o DP-1 | selects a specific monitor for set commands
mmsg -d | mmsg -d <dispatcher> | runs any keybind dispatcher, see the dispatcher list.
mmsg get version | mmsg get version | gets the current version of mangoWM in json
mmsg get keymode | mmsg get keymode | returns the current active keyboard mode in json
mmsg get keyboardlayout | mmsg get keyboardlayout | returns the current XKB layout in json
mmsg get monitor | mmsg get monitor DP-1 | get information about a specific monitor in json
mmsg get focusing-client | mmsg get focusing-client | get all details of the current active window in json
mmsg get client | mmsg get client 12 | gives all details for the window with the provided ID in json
mmsg get tag | mmsg get tag DP-1 1 | gets the status details of a specific tag on a specific monitor in json
mmsg get tags | mmsg get tags DP-1 | gets details on all tags on a specific monitor in json
mmsg get all-clients | mmsg get all-clients | gets details for all clients in json
mmsg get all-monitors | mmsg get all-monitors | gets details for all monitors in json
mmsg get all-tags | mmsg get all-tags | gets details for all tags in json
mmsg get last_open_surface | mmsg get last_open_surface DP-1 | gets the last open surface on a monitor (will generally be DMS)
mmsg watch | mmsg watch monitor | constant stream that updates whenever the information updates, for use in daemons, works like mmsg get
mmsg dispatch | mmsg dispatch <dispatcher> <args> | runs any keybind dispatcher, see the dispatcher list.