[wiki] [sites] Add the Jan patch (previously removed from the moveresize page) || Claudio M. Alessi

From: <hg_AT_suckless.org>
Date: Tue, 28 Feb 2012 15:29:58 +0100 (CET)

changeset: 868:930f385ae831
tag: tip
user: Claudio M. Alessi <smoppy_AT_gmail.com>
date: Tue Feb 28 15:24:27 2012 +0100
files: dwm.suckless.org/patches/maximize.md
description:
Add the Jan patch (previously removed from the moveresize page)


diff -r f5899fc5bc8d -r 930f385ae831 dwm.suckless.org/patches/maximize.md
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/dwm.suckless.org/patches/maximize.md Tue Feb 28 15:24:27 2012 +0100
_AT_@ -0,0 +1,29 @@
+MOVERESIZE
+==========
+
+Description
+-----------
+
+These patch provide helper functions for maximizing, horizontally and
+vertically, floating windows using keybindings.
+
+Usage
+-----
+Insert the bindings into the keys list. Here is an example:
+
+ { 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
+--------
+* [dwm-6.0-moveresize.diff][0]
+
+[0]: dwm-6.0-moveresize.diff
+
+Author
+------
+
+ * Jan Christoph Ebersbach - <jceb_AT_e-jc.de>
Received on Tue Feb 28 2012 - 15:29:58 CET

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