aewl

diff config.arg.h @ 473:2d8af0d7920d

implemented the maximization as I described on the mailinglist, this feels better to me.
author arg@mmvi
date Fri, 22 Sep 2006 07:37:56 +0200
parents 3ff8e8ef35a3
children 898c54484cb2
line diff
     1.1 --- a/config.arg.h	Wed Sep 20 09:53:21 2006 +0200
     1.2 +++ b/config.arg.h	Fri Sep 22 07:37:56 2006 +0200
     1.3 @@ -33,7 +33,6 @@
     1.4  	{ MODKEY,			XK_j,		focusnext,	{ 0 } }, \
     1.5  	{ MODKEY,			XK_k,		focusprev,	{ 0 } }, \
     1.6  	{ MODKEY,			XK_Return,	zoom,		{ 0 } }, \
     1.7 -	{ MODKEY,			XK_m,		togglemax,	{ 0 } }, \
     1.8  	{ MODKEY,			XK_g,		resizecol,	{ .i = 20 } }, \
     1.9  	{ MODKEY,			XK_s,		resizecol,	{ .i = -20 } }, \
    1.10  	{ MODKEY|ShiftMask,		XK_1,		tag,		{ .i = 0 } }, \