summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorSaumit Dinesan <justsaumit@protonmail.com>2022-10-07 05:53:05 +0530
committerSaumit Dinesan <justsaumit@protonmail.com>2022-10-07 05:53:05 +0530
commitdd9c4443eb4e92a7087747f7987baf5feaa47b0a (patch)
treecefb72e4f1013ea8b5e5d270e9d6039c41a261e6 /config.h
parent18907ce12912f8ae1a5596a61ef5f65b7b44ac9a (diff)
Applied adjacenttag-skipvacant patch
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.h b/config.h
index b24504b..b2f4611 100644
--- a/config.h
+++ b/config.h
@@ -101,6 +101,10 @@ static const Key keys[] = {
{ MODKEY, XK_period, focusmon, {.i = +1 } },
{ MODKEY|ShiftMask, XK_comma, tagmon, {.i = -1 } },
{ MODKEY|ShiftMask, XK_period, tagmon, {.i = +1 } },
+ { MODKEY, XK_Right, viewnext, {0} },
+ { MODKEY, XK_Left, viewprev, {0} },
+ { MODKEY|ShiftMask, XK_Right, tagtonext, {0} },
+ { MODKEY|ShiftMask, XK_Left, tagtoprev, {0} },
{ MODKEY, XK_minus, setgaps, {.i = -1 } },
{ MODKEY, XK_equal, setgaps, {.i = +1 } },
{ MODKEY|ShiftMask, XK_equal, setgaps, {.i = 0 } },