Changed "tag all" keybind.

This commit is contained in:
sheldonmlee
2021-05-16 22:36:38 +08:00
parent 9494dbdbeb
commit efbd9a57cd
+1 -1
View File
@@ -107,7 +107,7 @@ static Key keys[] = {
{ MODKEY, XK_apostrophe, setlayout, {0} },
{ MODKEY|ControlMask, XK_space, togglefloating, {0} },
{ MODKEY, XK_0, view, {.ui = ~0 } },
{ MODKEY|ShiftMask, XK_0, tag, {.ui = ~0 } },
{ ALTKEY, XK_0, tag, {.ui = ~0 } },
{ MODKEY, XK_comma, focusmon, {.i = -1 } },
{ MODKEY, XK_period, focusmon, {.i = +1 } },
{ MODKEY|ShiftMask, XK_comma, tagmon, {.i = -1 } },