summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorLM-LCL <hello@exaltedelite.club>2024-11-20 09:48:01 +0100
committerLM-LCL <hello@exaltedelite.club>2024-11-20 09:48:01 +0100
commit7267c642c64a79f33c425a15e78892554b38f6d4 (patch)
treecf406ea6caa977ae66528cb8bf5509f492c7ce70 /config.def.h
parentd7b0b971266fb97f3170daa9ece88148d4793116 (diff)
Rofi
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index bb24efa..7873a78 100644
--- a/config.def.h
+++ b/config.def.h
@@ -104,6 +104,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_Left, viewtoleft, {0} },
++ { MODKEY, XK_Right, viewtoright, {0} },
++ { MODKEY|ShiftMask, XK_Left, tagtoleft, {0} },
++ { MODKEY|ShiftMask, XK_Right, tagtoright, {0} },
{ Mod1Mask, XK_Tab, altTabStart, {.i = 1} },
{ Mod1Mask, XK_grave, altTabStart, {.i = 0} },
TAGKEYS( XK_1, 0)