aboutsummaryrefslogtreecommitdiffstats
path: root/config.default.h
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@10kloc.org>2006-09-29 17:02:56 +0200
committerAnselm R. Garbe <arg@10kloc.org>2006-09-29 17:02:56 +0200
commit36178933ed53857d59046278afb25b7525cafb39 (patch)
treef6e8abf353ae8f70bec84ac413df82768b5c63c5 /config.default.h
parentad0da9a571ecbdfa8fe0a397185b314f5654f094 (diff)
downloaddwm-36178933ed53857d59046278afb25b7525cafb39.tar.zst
removed the direction flipping
Diffstat (limited to 'config.default.h')
-rw-r--r--config.default.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/config.default.h b/config.default.h
index 4f6a2e2..8075110 100644
--- a/config.default.h
+++ b/config.default.h
@@ -10,7 +10,6 @@ const char *tags[] = { "1", "2", "3", "4", "5", NULL };
#define FLOATSYMBOL "><>"
#define STACKPOS StackRight /* StackLeft */
#define TILESYMBOL "[]="
-#define VERTICALSTACK True /* False == horizontal stack */
#define FONT "fixed"
#define NORMBGCOLOR "#333366"
@@ -31,7 +30,6 @@ static Key key[] = { \
{ MODKEY|ShiftMask, XK_Tab, 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 } }, \