aewl

diff config.arg.h @ 650:f3b8c71a69d4

experimental version which allows master clients being increased/decreased
author Anselm R. Garbe <arg@suckless.org>
date Fri, 05 Jan 2007 12:50:39 +0100
parents 2359223e5691
children b9f4efd21473
line diff
     1.1 --- a/config.arg.h	Thu Jan 04 16:45:28 2007 +0100
     1.2 +++ b/config.arg.h	Fri Jan 05 12:50:39 2007 +0100
     1.3 @@ -19,6 +19,7 @@
     1.4  
     1.5  #define MASTER			600		/* per thousand */
     1.6  #define MODKEY			Mod1Mask
     1.7 +#define NMASTER			1		/* clients in master area */
     1.8  #define SNAP			40		/* pixel */
     1.9  
    1.10  #define KEYS \
    1.11 @@ -30,10 +31,12 @@
    1.12  		{ .cmd = "exe=\"$(lsx `echo $PATH | sed 's/:/ /g'` | sort -u " \
    1.13  			" | dmenu -fn '"FONT"' -nb '"NORMBGCOLOR"' -nf '"NORMFGCOLOR"' " \
    1.14  			"-sb '"SELBGCOLOR"' -sf '"SELFGCOLOR"')\" && exec $exe" } }, \
    1.15 +	{ MODKEY,			XK_d,		incnmaster,	{ .i = -1 } }, \
    1.16  	{ MODKEY,			XK_j,		focusnext,	{ 0 } }, \
    1.17  	{ MODKEY,			XK_k,		focusprev,	{ 0 } }, \
    1.18  	{ MODKEY,			XK_Return,	zoom,		{ 0 } }, \
    1.19  	{ MODKEY,			XK_g,		resizemaster,	{ .i = 15 } }, \
    1.20 +	{ MODKEY,			XK_i,		incnmaster,	{ .i = 1 } }, \
    1.21  	{ MODKEY,			XK_s,		resizemaster,	{ .i = -15 } }, \
    1.22  	{ MODKEY|ShiftMask,		XK_0,		tag,		{ .i = -1 } }, \
    1.23  	{ MODKEY|ShiftMask,		XK_1,		tag,		{ .i = 0 } }, \