]> git.lizzy.rs Git - bspwm.git/blobdiff - README.md
Merge branch 'master' into history
[bspwm.git] / README.md
index 63e60e344b0849750c521b9e80cb0f8e921d244a..9af84c6379072421fa3a1598b70b24963f07d2cd 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 ## Synopsis
 
-    bspwm [-v|-s STATUS_FIFO]
+    bspwm [-h|-v|-s PANEL_FIFO|-p PANEL_PREFIX]
 
     bspc MESSAGE [ARGUMENTS] [OPTIONS]
 
@@ -83,6 +83,8 @@ The following messages are handled:
 
 - `list_monitors [--quiet]` — Perform a dump of each monitor.
 
+- `list_history [DESKTOP_NAME]` — Return the node focus history.
+
 - `list_windows` — Return the list of managed windows (i.e. their identifiers).
 
 - `list_rules` — Return the list of rules.
@@ -173,6 +175,8 @@ The following messages are handled:
 
 - `remove_rule UID ...` — Remove the rules with the given UIDs.
 
+- `put_status` — Output the current state to the panel fifo.
+
 - `adopt_orphans` — Manage all the unmanaged windows remaining from a previous session.
 
 - `restore FILE_PATH` — Restore the layout of each desktop from the content of `FILE_PATH`.
@@ -203,6 +207,8 @@ Colors are either [X color names](http://en.wikipedia.org/wiki/X11_color_names)
 
 - `window_gap` — Value of the gap that separates windows.
 
+- `split_ratio` — Default split ratio.
+
 - `{top,right,bottom,left}_padding` — Padding space added at the sides of the current monitor.
 
 - `wm_name` — The value that shall be used for the `_NET_WM_NAME` property of the root window.