Mercurial > dwm-meillo
diff config.arg.h @ 511:1599c953647b
removed the direction flipping
author | Anselm R. Garbe <arg@10kloc.org> |
---|---|
date | Fri, 29 Sep 2006 17:02:56 +0200 |
parents | 9dcc64d8a19e |
children | d6d1d0033e3c |
line wrap: on
line diff
--- a/config.arg.h Fri Sep 29 16:54:15 2006 +0200 +++ b/config.arg.h Fri Sep 29 17:02:56 2006 +0200 @@ -10,7 +10,6 @@ #define FLOATSYMBOL "><>" #define STACKPOS StackRight /* StackLeft */ #define TILESYMBOL "[]=" -#define VERTICALSTACK True /* False == horizontal stack */ #define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*" #define NORMBGCOLOR "#333333" @@ -37,7 +36,6 @@ { MODKEY, XK_k, focusprev, { 0 } }, \ { MODKEY, XK_Return, zoom, { 0 } }, \ { MODKEY, XK_b, togglestackpos, { 0 } }, \ - { MODKEY, XK_d, togglestackdir, { 0 } }, \ { MODKEY, XK_g, resizecol, { .i = 20 } }, \ { MODKEY, XK_s, resizecol, { .i = -20 } }, \ { MODKEY|ShiftMask, XK_1, tag, { .i = 0 } }, \