]> git.lizzy.rs Git - bspwm.git/blobdiff - README.md
New message: 'swap'
[bspwm.git] / README.md
index 939d28053f5521e364c6325e139cc193114ec11a..a97b9a4719ade632e15d8596d7350f37df75184c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -116,6 +116,9 @@ The following messages are handled:
     shift left|right|up|down
         Exchange the current window with the given neighbor.
 
+    swap
+        Swap the focused window with the last focused window.
+
     push left|right|up|down
         Push the fence located in the given direction.
 
@@ -131,8 +134,14 @@ The following messages are handled:
     circulate forward|backward
         Circulate the leaves in the given direction.
 
-    mouse move|resize|focus
-        Perform the given mouse action on the window under the pointer.
+    grab_pointer move|resize|focus
+        Begin the specified pointer action.
+
+    track_pointer ROOT_X ROOT_Y
+        Pass the pointer root coordinates for the current pointer action.
+
+    ungrab_pointer
+        End the current pointer action.
 
     toggle_fullscreen
         Toggle the fullscreen state of the current window.
@@ -275,8 +284,8 @@ Colors are either [X color names](http://en.wikipedia.org/wiki/X11_color_names)
     gapless_monocle
         Whether to remove gaps for tiled windows in monocle mode.
 
-    focus_follows_mouse
-        Wether to focus the window under the mouse pointer.
+    focus_follows_pointer
+        Wether to focus the window under the pointer.
 
     adaptative_raise
         Prevent floating windows from being raised when they might cover other floating windows.