[wiki] [sites] Un-deface the moveresize page. || Claudio M. Alessi

From: <hg_AT_suckless.org>
Date: Mon, 27 Feb 2012 15:30:01 +0100 (CET)

changeset: 865:ba214d5ab200
tag: tip
user: Claudio M. Alessi <smoppy_AT_gmail.com>
date: Mon Feb 27 15:24:33 2012 +0100
files: dwm.suckless.org/patches/moveresize.md
description:
Un-deface the moveresize page.


diff -r 633acc674fa1 -r ba214d5ab200 dwm.suckless.org/patches/moveresize.md
--- a/dwm.suckless.org/patches/moveresize.md Sun Feb 26 15:42:15 2012 +0100
+++ b/dwm.suckless.org/patches/moveresize.md Mon Feb 27 15:24:33 2012 +0100
_AT_@ -1,79 +1,5 @@
-MOVERESIZE AND MAXIMIZE VERTICAL/HORIZONTAL PATCH
-=================================================
-
-Description
------------
-These patches provide helper functions for moving and resizing floating windows using keybindings.
-
-From dwm 6.0 onward the moveresize is aware of the screen sizes in a multi monitor setup.
-
-There is another implementation found below the download section.
-
-Configuration
--------------
-This is a sample 'hjkl'-style configuration:
-
- { MODKEY, XK_a, moveresize, {.v = "-10x 0y 0w 0h" } },
- { MODKEY, XK_d, moveresize, {.v = "10x 0y 0w 0h" } },
- { MODKEY, XK_s, moveresize, {.v = "0x 10y 0w 0h" } },
- { MODKEY, XK_w, moveresize, {.v = "0x -10y 0w 0h" } },
- { MODKEY|ControlMask, XK_a, moveresize, {.v = "0X 0y 0w 0h" } },
- { MODKEY|ControlMask, XK_d, moveresize, {.v = "9000X 0y 0w 0h" } },
- { MODKEY|ControlMask, XK_s, moveresize, {.v = "0x 9000Y 0w 0h" } },
- { MODKEY|ControlMask, XK_w, moveresize, {.v = "0x 15Y 0w 0h" } },
- { MODKEY|ShiftMask, XK_a, moveresize, {.v = "0x 0y -10w 0h" } },
- { MODKEY|ShiftMask, XK_d, moveresize, {.v = "0x 0y 10w 0h" } },
- { MODKEY|ShiftMask, XK_s, moveresize, {.v = "0x 0y 0w 10h" } },
- { MODKEY|ShiftMask, XK_w, moveresize, {.v = "0x 0y 0w -10h" } },
- { MODKEY|ControlMask|ShiftMask, XK_h, togglehorizontalmax, NULL },
- { MODKEY|ControlMask|ShiftMask, XK_l, togglehorizontalmax, NULL },
- { MODKEY|ControlMask|ShiftMask, XK_j, toggleverticalmax, NULL },
- { MODKEY|ControlMask|ShiftMask, XK_k, toggleverticalmax, NULL },
- { MODKEY|ControlMask, XK_m, togglemaximize, {0} },
-
-
-Download
---------
-
-6.0
-
- * [dwm-6.0-moveresize.diff][9]
- * [dwm-6.0-maximize_vert_horz.diff][10]
-
-5.0
-
- * [dwm-5.0-moveresize.diff][7]
- * [dwm-5.0-maximize_vert_horz.diff][8]
-
-4.6
-
- * [dwm-4.6-moveresize.diff][5]
- * [dwm-4.6-maximize_vert_horz.diff][6]
-
-4.5
-
- * [dwm-4.5-moveresize.diff][3]
- * [dwm-4.5-maximize_vert_horz.diff][4]
-
-4.4
-
- * [dwm-4.4-moveresize.diff][1]
- * [dwm-4.4-maximize_vert_horz.diff][2]
-
-Author
-------
- * Jan Christoph Ebersbach - <jceb_AT_e-jc.de>
-
-[1]: http://www.e-jc.de/dwm/dwm-4.4-moveresize.diff
-[2]: http://www.e-jc.de/dwm/dwm-4.4-maximize_vert_horz.diff
-[3]: http://www.e-jc.de/dwm/4.5/dwm-4.5-tip_ac233c362502-moveresize.diff
-[4]: http://www.e-jc.de/dwm/4.5/dwm-4.5-tip_ac233c362502-maximize_vert_horz.diff
-[5]: http://www.e-jc.de/dwm/4.6/current/dwm-4.6-moveresize.diff
-[6]: http://www.e-jc.de/dwm/4.6/current/dwm-4.6-maximize_vert_horz.diff
-[7]: http://www.e-jc.de/dwm/5.0/current/dwm-5.0-moveresize.diff
-[8]: http://www.e-jc.de/dwm/5.0/current/dwm-5.0-maximize_vert_horz.diff
-[9]: dwm-6.0-moveresize.diff
-[10]: dwm-6.0-maximize_vert_horz.diff
+MOVERESIZE
+==========
 
 Description
 -----------
_AT_@ -81,7 +7,6 @@
 This changes allows you to move and resize dwm's clients using keyboard
 bindings.
 
-
 Usage
 -----
 
_AT_@ -128,7 +53,16 @@
         if(m->lt[m->sellt]->arrange && !m->sel->isfloating)
                 togglefloating(NULL);
 
-Mantainer
----------
+Multi-head
+----------
+From dwm 6.0 onward there's the following patch which is aware of the screen sizes in a multi monitor setup.
+
+* [dwm-6.0-moveresize.diff][0]
+
+[0]: dwm-6.0-moveresize.diff
+
+Authors
+-------
 
  * Claudio M. Alessi - <smoppy_AT_gmail.com>
+ * Jan Christoph Ebersbach - <jceb_AT_e-jc.de>
Received on Mon Feb 27 2012 - 15:30:01 CET

This archive was generated by hypermail 2.3.0 : Thu Sep 13 2012 - 19:32:07 CEST