implemented the maximization as I described on the mailinglist, this feels better to me.
This commit is contained in:
parent
bda53ac6ad
commit
d800ec05ff
7 changed files with 25 additions and 50 deletions
|
@ -33,7 +33,6 @@ static Key key[] = { \
|
|||
{ MODKEY, XK_j, focusnext, { 0 } }, \
|
||||
{ MODKEY, XK_k, focusprev, { 0 } }, \
|
||||
{ MODKEY, XK_Return, zoom, { 0 } }, \
|
||||
{ MODKEY, XK_m, togglemax, { 0 } }, \
|
||||
{ MODKEY, XK_g, resizecol, { .i = 20 } }, \
|
||||
{ MODKEY, XK_s, resizecol, { .i = -20 } }, \
|
||||
{ MODKEY|ShiftMask, XK_1, tag, { .i = 0 } }, \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue