]> git.lizzy.rs Git - bspwm.git/blobdiff - README.md
Options for 'cycle_desktop': --skip-{free,occupied}
[bspwm.git] / README.md
index b6760b473738bea9b5ab648194674cf042722f05..d30d87049cfee45a78c31264a52fff25e016e5fc 100644 (file)
--- a/README.md
+++ b/README.md
@@ -167,7 +167,7 @@ The following messages are handled:
     cycle_monitor CYC
         Select the next or previous monitor.
 
-    cycle_desktop CYC
+    cycle_desktop CYC [--skip-free|--skip-occupied]
         Select the next or previous desktop.
         
     layout LYT
@@ -256,6 +256,9 @@ Colors are either [X color names](http://en.wikipedia.org/wiki/X11_color_names)
     wm_name
         The value that shall be used for the _NET_WM_NAME property of the root window.
 
+    button_modifier
+        The modifier mask used for mouse bindings (possible values: 'mod1' ... 'mod5').
+
     borderless_monocle 
         Whether to remove borders for tiled windows in monocle mode.
 
@@ -264,17 +267,15 @@ Colors are either [X color names](http://en.wikipedia.org/wiki/X11_color_names)
 
 ## Mouse Bindings
 
-    M4 + Left Button
+    button_modifier + left mouse button
         Move the window under the pointer.
 
-    M4 + Middle Button
+    button_modifier + middle mouse button
         Focus the window under the pointer.
 
-    M4 + Middle Button
+    button_modifier + right mouse button
         Resize the window under the pointer (by moving one of its four corners).
 
-Where *M4* is the fourth modifier mask (generally bound to *Super*).
-
 ## Panel
 
 `dzen2` fed with the output of `ewmhstatus`. Example: [launchpanel](https://github.com/baskerville/bin/blob/master/launchpanel).