X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=doc%2Fbspwm.1.txt;h=f4e6c755b6a9421aee8ef3345a4ddef789eebf2c;hb=f6eacc06e82c4457f2fce9d078184fe1acf41468;hp=42b3e7db7e1bcd80bd81d7cce3ae869af3062579;hpb=824ee423c9a1719e01a842c5540787e18b6775de;p=bspwm.git diff --git a/doc/bspwm.1.txt b/doc/bspwm.1.txt index 42b3e7d..f4e6c75 100644 --- a/doc/bspwm.1.txt +++ b/doc/bspwm.1.txt @@ -242,7 +242,7 @@ Select a monitor. ---- MONITOR_SEL := | ^ - | (DIR|CYCLE_DIR|last|focused)[.occupied|.free] + | (DIR|CYCLE_DIR|last|primary|focused)[.occupied|.free] ---- Primary Selectors @@ -260,6 +260,9 @@ Primary Selectors 'CYCLE_DIR':: Selects the monitor in the given (cyclic) direction relative to the active monitor. +primary:: + Selects the primary monitor. + last:: Selects the previously focused monitor. @@ -390,6 +393,9 @@ Options *-n*, *--rename* :: Rename the selected monitor. +*-s*, *--swap* 'MONITOR_SEL':: + Swap the selected monitor with the given monitor. + Query ~~~~~ @@ -550,6 +556,9 @@ All the boolean settings are 'false' by default. 'split_ratio':: Default split ratio. +'history_aware_focus':: + Give priority to the focus history when focusing nodes. + 'borderless_monocle':: Remove borders for tiled windows in monocle mode. @@ -565,17 +574,15 @@ All the boolean settings are 'false' by default. 'adaptative_raise':: Prevent floating windows from being raised when they might cover other floating windows. -'apply_shadow_property':: - Enable shadows for floating windows via the '_COMPTON_SHADOW' property. - 'auto_alternate':: Interpret two consecutive identical *use* messages as an *alternate* message. 'auto_cancel':: Interpret two consecutive identical *presel* messages as a *cancel* message. -'history_aware_focus':: - Give priority to the focus history when focusing nodes. +'apply_floating_atom':: + Set the value of the '_BSPWM_FLOATING_WINDOW' atom of each window according to its floating state. + Environment Variables ---------------------