aewl

diff config.default.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 e5f8d6ac509c
line diff
     1.1 --- a/config.default.h	Fri Sep 29 16:54:15 2006 +0200
     1.2 +++ b/config.default.h	Fri Sep 29 17:02:56 2006 +0200
     1.3 @@ -10,7 +10,6 @@
     1.4  #define FLOATSYMBOL		"><>"
     1.5  #define STACKPOS		StackRight	/* StackLeft */
     1.6  #define TILESYMBOL		"[]="
     1.7 -#define VERTICALSTACK		True		/* False == horizontal stack  */
     1.8  
     1.9  #define FONT			"fixed"
    1.10  #define NORMBGCOLOR		"#333366"
    1.11 @@ -31,7 +30,6 @@
    1.12  	{ MODKEY|ShiftMask,		XK_Tab,		focusprev,	{ 0 } }, \
    1.13  	{ MODKEY,			XK_Return,	zoom,		{ 0 } }, \
    1.14  	{ MODKEY,			XK_b,		togglestackpos,	{ 0 } }, \
    1.15 -	{ MODKEY,			XK_d,		togglestackdir,	{ 0 } }, \
    1.16  	{ MODKEY,			XK_g,		resizecol,	{ .i = 20 } }, \
    1.17  	{ MODKEY,			XK_s,		resizecol,	{ .i = -20 } }, \
    1.18  	{ MODKEY|ShiftMask,		XK_1,		tag,		{ .i = 0 } }, \