aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorkrolyxon <krolyxon@tutanota.com>2022-06-05 13:02:48 +0530
committerkrolyxon <krolyxon@tutanota.com>2022-06-05 13:02:48 +0530
commit127d89b4246e3743ac24c425a80733cbf3dd832a (patch)
treeeae1db3acdaa2b940d965b1fda87ce17833a16c3 /config.def.h
parent16de98fbf857c97b133469946ebf34487ed0e8a5 (diff)
layoutscroll patch
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index fa3d86c..3c80a7d 100644
--- a/config.def.h
+++ b/config.def.h
@@ -93,6 +93,8 @@ static Key keys[] = {
{ MODKEY, XK_period, focusmon, {.i = +1 } },
{ MODKEY|ShiftMask, XK_comma, tagmon, {.i = -1 } },
{ MODKEY|ShiftMask, XK_period, tagmon, {.i = +1 } },
+ // { MODKEY|ShiftMask, XK_h, layoutscroll, {.i = -1 } },
+ { MODKEY|ShiftMask, XK_Tab, layoutscroll, {.i = +1 } },
{ MODKEY, XK_minus, setgaps, {.i = -1 } },
{ MODKEY, XK_equal, setgaps, {.i = +1 } },
{ MODKEY|ShiftMask, XK_equal, setgaps, {.i = 0 } },