[wiki] [sites] wiki updated

From: <hg_AT_suckless.org>
Date: Mon, 10 May 2010 20:24:20 +0000 (UTC)

changeset: 514:b94824c9b31a
tag: tip
user: joten <joten_AT_freenet.de>
date: Mon May 10 22:24:29 2010 +0200
files: dwm.suckless.org/patches/flextile.md
description:
GeƤndert dwm.suckless.org/patches/flextile.md


diff -r 857f49c074e4 -r b94824c9b31a dwm.suckless.org/patches/flextile.md
--- a/dwm.suckless.org/patches/flextile.md Mon May 10 22:19:14 2010 +0200
+++ b/dwm.suckless.org/patches/flextile.md Mon May 10 22:24:29 2010 +0200
_AT_@ -22,19 +22,19 @@
  (1) Download the patch and apply it according to the [general instructions](.).
  (2) Transfer the changes made by the patch in 'config.def.h' to your 'config.h', if needed.
      In the 'layout(s)' section:
- static const int layoutaxis[] = {
- 1, /* layout axis: 1 = x, 2 = y; negative values mirror the layout, setting the master area to the right / bottom instead of left / top */
- 2, /* master axis: 1 = x (from left to right), 2 = y (from top to bottom), 3 = z (monocle) */
- 2, /* stack axis: 1 = x (from left to right), 2 = y (from top to bottom), 3 = z (monocle) */
- };
- static const unsigned int mastersplit = 1; /* number of tiled clients in the master area */
+ static const int layoutaxis[] = {
+ 1, /* layout axis: 1 = x, 2 = y; negative values mirror the layout, setting the master area to the right / bottom instead of left / top */
+ 2, /* master axis: 1 = x (from left to right), 2 = y (from top to bottom), 3 = z (monocle) */
+ 2, /* stack axis: 1 = x (from left to right), 2 = y (from top to bottom), 3 = z (monocle) */
+ };
+ static const unsigned int mastersplit = 1; /* number of tiled clients in the master area */
      In the 'keys' array:
- { MODKEY|ControlMask, XK_t, rotatelayoutaxis, {.i = 0} }, /* 0 = layout axis */
- { MODKEY|ControlMask, XK_Tab, rotatelayoutaxis, {.i = 1} }, /* 1 = master axis */
- { MODKEY|ControlMask|ShiftMask, XK_Tab, rotatelayoutaxis, {.i = 2} }, /* 2 = stack axis */
- { MODKEY|ControlMask, XK_Return, mirrorlayout, {0} },
- { MODKEY|ControlMask, XK_j, shiftmastersplit, {.i = -1} },
- { MODKEY|ControlMask, XK_k, shiftmastersplit, {.i = +1} },
+ { MODKEY|ControlMask, XK_t, rotatelayoutaxis, {.i = 0} }, /* 0 = layout axis */
+ { MODKEY|ControlMask, XK_Tab, rotatelayoutaxis, {.i = 1} }, /* 1 = master axis */
+ { MODKEY|ControlMask|ShiftMask, XK_Tab, rotatelayoutaxis, {.i = 2} }, /* 2 = stack axis */
+ { MODKEY|ControlMask, XK_Return, mirrorlayout, {0} },
+ { MODKEY|ControlMask, XK_j, shiftmastersplit, {.i = -1} },
+ { MODKEY|ControlMask, XK_k, shiftmastersplit, {.i = +1} },
  
  
 ## Usage ##
Received on Mon May 10 2010 - 22:24:20 CEST

This archive was generated by hypermail 2.3.0 : Thu Sep 13 2012 - 19:31:15 CEST