summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-04-14 08:26:16 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-04-14 08:26:16 -0400
commitbe9abae0f808c74531fdf3e1921ba090391cb686 (patch)
treeaac1ab5e1ccc2f6e42e57fd80b4c2e600560fa85
parentad82ceb532c27c7d8c63d6d2efcf2381ed74c853 (diff)
lol
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index a3163df..0603c16 100644
--- a/config.h
+++ b/config.h
@@ -199,8 +199,8 @@ static Key keys[] = {
{ MODKEY|ShiftMask, XK_period, spawn, SHCMD("mpc repeat") },
{ MODKEY, XK_Left, focusmon, {.i = -1 } },
- { MODKEY, XK_Left, focusmon, {.i = +1 } },
- { MODKEY|ShiftMask, XK_Right, tagmon, {.i = -1 } },
+ { MODKEY|ShiftMask, XK_Left, tagmon, {.i = -1 } },
+ { MODKEY, XK_Right, focusmon, {.i = +1 } },
{ MODKEY|ShiftMask, XK_Right, tagmon, {.i = +1 } },
{ MODKEY, XK_Page_Up, shiftview, { .i = -1 } },