renamed resizecol into resizemaster
This commit is contained in:
parent
2cce4b95cd
commit
4b5b3d90af
4 changed files with 6 additions and 6 deletions
|
@ -28,8 +28,8 @@ static Key key[] = { \
|
|||
{ MODKEY, XK_Tab, focusnext, { 0 } }, \
|
||||
{ MODKEY|ShiftMask, XK_Tab, focusprev, { 0 } }, \
|
||||
{ MODKEY, XK_Return, zoom, { 0 } }, \
|
||||
{ MODKEY, XK_g, resizecol, { .i = 15 } }, \
|
||||
{ MODKEY, XK_s, resizecol, { .i = -15 } }, \
|
||||
{ MODKEY, XK_g, resizemaster, { .i = 15 } }, \
|
||||
{ MODKEY, XK_s, resizemaster, { .i = -15 } }, \
|
||||
{ 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