[dwm] closer binds for tags 5-6
This commit is contained in:
parent
2f993eb270
commit
857b121e36
@ -179,8 +179,13 @@ static const Key keys[] = {
|
||||
TAGKEYS( XK_2, 1)
|
||||
TAGKEYS( XK_3, 2)
|
||||
TAGKEYS( XK_4, 3)
|
||||
// odd keybinds here to bring tags closer to my fingers
|
||||
TAGKEYS( XK_e, 4)
|
||||
TAGKEYS( XK_r, 5)
|
||||
// backwards compatibility
|
||||
TAGKEYS( XK_5, 4)
|
||||
TAGKEYS( XK_6, 5)
|
||||
|
||||
TAGKEYS( XK_7, 6)
|
||||
TAGKEYS( XK_8, 7)
|
||||
TAGKEYS( XK_9, 8)
|
||||
|
Loading…
Reference in New Issue
Block a user