keep master ratio on resizecol -> arrange
This commit is contained in:
parent
2583a7c0d1
commit
6fc8a63041
5 changed files with 20 additions and 24 deletions
|
@ -37,8 +37,8 @@ static Key key[] = { \
|
|||
{ MODKEY, XK_k, focusprev, { 0 } }, \
|
||||
{ MODKEY, XK_Return, zoom, { 0 } }, \
|
||||
{ MODKEY, XK_b, togglestackpos, { 0 } }, \
|
||||
{ MODKEY, XK_g, resizecol, { .i = 20 } }, \
|
||||
{ MODKEY, XK_s, resizecol, { .i = -20 } }, \
|
||||
{ MODKEY, XK_g, resizecol, { .i = 1 } }, \
|
||||
{ MODKEY, XK_s, resizecol, { .i = -1 } }, \
|
||||
{ MODKEY|ShiftMask, XK_1, tag, { .i = 0 } }, \
|
||||
{ MODKEY|ShiftMask, XK_2, tag, { .i = 1 } }, \
|
||||
{ MODKEY|ShiftMask, XK_3, tag, { .i = 2 } }, \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue