summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.h b/config.h
index 9b06cf4..9787344 100644
--- a/config.h
+++ b/config.h
@@ -34,10 +34,10 @@ static Key keys[] = { \
{ MODKEY, XK_Return, spawn, { 0 } },
{ MODKEY, XK_t, spawn, SETPROP("_TABBED_SELECT_TAB") },
- { MODKEY|ShiftMask, XK_l, rotate, { .i = +1 } },
- { MODKEY|ShiftMask, XK_h, rotate, { .i = -1 } },
- { MODKEY|ShiftMask, XK_j, movetab, { .i = -1 } },
- { MODKEY|ShiftMask, XK_k, movetab, { .i = +1 } },
+ { ControlMask|ShiftMask, XK_l, rotate, { .i = +1 } },
+ { ControlMask|ShiftMask, XK_h, rotate, { .i = -1 } },
+ { ControlMask|ShiftMask, XK_j, movetab, { .i = -1 } },
+ { ControlMask|ShiftMask, XK_k, movetab, { .i = +1 } },
{ MODKEY, XK_Tab, rotate, { .i = 0 } },
{ MODKEY, XK_1, move, { .i = 0 } },