From efbd9a57cd4aefce9b289bb4006a157a4bfad443 Mon Sep 17 00:00:00 2001 From: sheldonmlee Date: Sun, 16 May 2021 22:36:38 +0800 Subject: [PATCH] Changed "tag all" keybind. --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index ea1e19b..60811a8 100644 --- a/config.h +++ b/config.h @@ -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 } },