]> git.lizzy.rs Git - bspwm.git/blobdiff - bspwm.1
New optional EXIT_STATUS argument for 'quit'
[bspwm.git] / bspwm.1
diff --git a/bspwm.1 b/bspwm.1
index e47ef424acd918143cd7cf83bb0ca585d7f1681f..6d0369d2217a512f4da66e744caf5e397c79a6d9 100644 (file)
--- a/bspwm.1
+++ b/bspwm.1
@@ -2,8 +2,8 @@
 .SH NAME
 bspwm \- Tiling window manager based on binary space partitioning
 .SH SYNOPSIS
-.BI bspwm
-.RI [ -v ]
+.B bspwm
+.RI [ -v | "-s STATUS_FIFO" ]
 .P
 .BI bspc " MESSAGE"
 .RI [ ARGUMENTS ]
@@ -28,7 +28,7 @@ environment variable is defined, it will be used as the socket path, otherwise
 is used.
 .P
 The recommended way of defining keyboard shortcuts is to use
-.BR xbindkeys .
+.BR shkd " or " xbindkeys .
 .P
 The only way to configure
 .B bspwm
@@ -116,7 +116,7 @@ Perform a dump of each monitor.
 .BI list_windows
 Return the list of managed windows (i.e. their identifiers).
 .TP
-.BI presel " left|right|up|down"
+.BI presel " left|right|up|down [SPLIT_RATIO]"
 Switch to manual mode and select the splitting direction.
 .TP
 .BI cancel
@@ -125,6 +125,9 @@ Switch to automatic mode.
 .BI ratio " VALUE"
 Set the splitting ratio of the focused window.
 .TP
+.BI pad " MONITOR_NAME [TOP_PADDING [RIGHT_PADDING [BOTTOM_PADDING [LEFT_PADDING]]]]"
+Set the padding of the given monitor.
+.TP
 .BI focus " left|right|up|down"
 Focus the neighbor window situated in the given direction.
 .TP
@@ -157,16 +160,19 @@ Toggle the locked state of the current window (locked windows will not respond t
 .B close
 message).
 .TP
+.BI toggle_visibility
+Toggle the visibility of all the managed windows.
+.TP
 .BI close
 Close the focused window.
 .TP
 .BI kill
 Kill the focused window.
 .TP
-.BI send_to " DESKTOP_NAME"
+.BI send_to " DESKTOP_NAME [--follow]"
 Send the focused window to the given desktop.
 .TP
-.BI send_to_monitor " MONITOR_NAME"
+.BI send_to_monitor " MONITOR_NAME [--follow]"
 Send the focused window to the given monitor.
 .TP
 .BI use " DESKTOP_NAME"
@@ -223,10 +229,7 @@ Reload the autostart file.
 .BI reload_settings
 Reload the default settings.
 .TP
-.BI reload
-Reload the autostart file and the default settings.
-.TP
-.BI quit
+.BI quit " [EXIT_STATUS]"
 Quit.
 .SH SETTINGS
 Colors are either
@@ -278,8 +281,8 @@ Width of the inner, main and outer borders.
 .I window_gap
 Value of the gap that separates windows.
 .TP
-.I {top,bottom,left,right}_padding
-Padding space added at the sides of the screen.
+.I {top,right,bottom,left}_padding
+Padding space added at the sides of the current monitor.
 .TP
 .I wm_name
 The value that shall be used for the
@@ -292,10 +295,10 @@ The modifier mask used for mouse bindings (possible values:
 .TP
 .I numlock_modifier
 The modifier holding Num_Lock (cf.
-.BR xmodmap (1).
+.BR xmodmap (1)).
 .TP
 .I capslock_modifier
-The modifier holding Lock (cf.
+The modifier holding Lock.
 .TP
 .I borderless_monocle
 Whether to remove borders for tiled windows in monocle mode.
@@ -305,6 +308,9 @@ Whether to remove gaps for tiled windows in monocle mode.
 .TP
 .I focus_follows_mouse
 Wether to focus the window under the mouse pointer.
+.TP
+.I adaptative_raise
+Prevent floating windows from being raised when they might cover other floating windows.
 .SH MOUSE BINDINGS
 .TP
 .I button_modifier + left mouse button
@@ -325,6 +331,9 @@ Ivan Kanakarakis <ivan.kanak at gmail.com>
 .SH HOMEPAGE
 .TP
 https://github.com/baskerville/bspwm
+.SH MAILING LIST
+.TP
+bspwm at librelist.com
 .SH SEE ALSO
 .BR monsterwm (1),
 .BR tmux (1).