summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorMineralwaterXu <[email protected]>2021-01-14 16:25:55 +0800
committerMineralwaterXu <[email protected]>2021-01-14 16:25:55 +0800
commit64170d4e01093f06c155d3d584de3ed39397bf68 (patch)
tree4d5208ada2f5514874df95bef841b9b1d5bb5f4c /config.h
parent1ff32fe17659aa74005c403fd3fa77055d1fcee3 (diff)
change shortcut
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index 906c567..026e200 100644
--- a/config.h
+++ b/config.h
@@ -158,8 +158,8 @@ static Key keys[] = {
{ MODKEY, XK_y, togglescratch, {.ui = 0 } },
{ MODKEY, XK_u, togglescratch, {.ui = 1 } },
{ MODKEY, XK_x, togglescratch, {.ui = 2 } },
- { MODKEY, XK_s, show, {0} },
- { MODKEY, XK_h, hide, {0} },
+ { MODKEY|ShiftMask, XK_s, show, {0} },
+ { MODKEY|ShiftMask, XK_h, hide, {0} },
TAGKEYS( XK_1, 0)
TAGKEYS( XK_2, 1)
TAGKEYS( XK_3, 2)