commit 1117291625710d179ca9729cfc75588f7aa5fc63
parent d3e1fa5dbb4164e906c8c5fa27b611f1ce684163
Author: nsz <nszabolcs@gmail.com>
Date: Fri, 20 Mar 2009 23:55:44 +0100
tilemovemouse patch
Diffstat:
1 file changed, 20 insertions(+), 0 deletions(-)
diff --git a/dwm.suckless.org/patches/tilemovemouse.md b/dwm.suckless.org/patches/tilemovemouse.md
@@ -0,0 +1,20 @@
+MOVE TILED WINDOW WITH MOUSE
+============================
+
+Description
+-----------
+tilemovemouse() lets you drag a client to a different position *without*
+floating it. Reordering windows this way is fun.
+
+ static Button buttons[] = {
+ /* click event mask button function argument */
+ { ClkClientWin, MODKEY, Button1, tilemovemouse, {0} },
+ };
+
+
+Download
+--------
+[tilemovemouse](http://lists.suckless.org/dwm/0903/7773.html)
+
+
+Last update: 2009-03-20