commit 6a64d5bed639296ebbdff1dda6e83a4aff0bbb8d
parent b5f9ec647aae2d9a1d3bd586eb7523a4e0a329a3
Author: Cem Keylan <cem@ckyln.com>
Date: Fri, 22 Nov 2019 17:11:43 +0300
change keybinds
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config.def.h b/config.def.h
@@ -39,8 +39,8 @@ static Key keys[] = {
{ MODKEY|ShiftMask, XK_Return, focusonce, { 0 } },
{ MODKEY|ShiftMask, XK_Return, spawn, { 0 } },
- { MODKEY|ShiftMask, XK_l, rotate, { .i = +1 } },
- { MODKEY|ShiftMask, XK_h, rotate, { .i = -1 } },
+ { 0|ShiftMask, XK_j, rotate, { .i = +1 } },
+ { 0|ShiftMask, XK_k, rotate, { .i = -1 } },
{ MODKEY|ShiftMask, XK_j, movetab, { .i = -1 } },
{ MODKEY|ShiftMask, XK_k, movetab, { .i = +1 } },
{ MODKEY, XK_Tab, rotate, { .i = 0 } },