diff options
| author | MineralwaterXu <[email protected]> | 2021-01-14 16:25:55 +0800 |
|---|---|---|
| committer | MineralwaterXu <[email protected]> | 2021-01-14 16:25:55 +0800 |
| commit | 64170d4e01093f06c155d3d584de3ed39397bf68 (patch) | |
| tree | 4d5208ada2f5514874df95bef841b9b1d5bb5f4c | |
| parent | 1ff32fe17659aa74005c403fd3fa77055d1fcee3 (diff) | |
change shortcut
| -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) |
