aewl

diff config.default.h @ 530:451f19d48845

removed the stack position stuff
author Anselm R. Garbe <arg@10kloc.org>
date Thu, 05 Oct 2006 19:27:28 +0200
parents c0fffe6c207e
children 651f2c868b31
line diff
     1.1 --- a/config.default.h	Thu Oct 05 18:23:28 2006 +0200
     1.2 +++ b/config.default.h	Thu Oct 05 19:27:28 2006 +0200
     1.3 @@ -8,9 +8,7 @@
     1.4  
     1.5  #define DEFMODE			dotile /* dofloat */
     1.6  #define FLOATSYMBOL		"><>"
     1.7 -#define STACKPOS		StackRight	/* StackLeft */
     1.8 -#define BSTACKSYMBOL		"==="
     1.9 -#define VSTACKSYMBOL		"[]="
    1.10 +#define TILESYMBOL		"[]="
    1.11  
    1.12  #define FONT			"fixed"
    1.13  #define NORMBGCOLOR		"#333366"
    1.14 @@ -20,7 +18,7 @@
    1.15  #define STATUSBGCOLOR		"#dddddd"
    1.16  #define STATUSFGCOLOR		"#222222"
    1.17  
    1.18 -#define MASTER			600 /* per mill */
    1.19 +#define MASTER			600 /* per thousand */
    1.20  #define MODKEY			Mod1Mask
    1.21  
    1.22  #define KEYS \
    1.23 @@ -30,9 +28,8 @@
    1.24  	{ MODKEY,			XK_Tab,		focusnext,	{ 0 } }, \
    1.25  	{ MODKEY|ShiftMask,		XK_Tab,		focusprev,	{ 0 } }, \
    1.26  	{ MODKEY,			XK_Return,	zoom,		{ 0 } }, \
    1.27 -	{ MODKEY,			XK_b,		togglestackpos,	{ 0 } }, \
    1.28 -	{ MODKEY,			XK_g,		resizecol,	{ .i = 10 } }, \
    1.29 -	{ MODKEY,			XK_s,		resizecol,	{ .i = -10 } }, \
    1.30 +	{ MODKEY,			XK_g,		resizecol,	{ .i = 15 } }, \
    1.31 +	{ MODKEY,			XK_s,		resizecol,	{ .i = -15 } }, \
    1.32  	{ MODKEY|ShiftMask,		XK_1,		tag,		{ .i = 0 } }, \
    1.33  	{ MODKEY|ShiftMask,		XK_2,		tag,		{ .i = 1 } }, \
    1.34  	{ MODKEY|ShiftMask,		XK_3,		tag,		{ .i = 2 } }, \