diff options
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |
