aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-12-30 11:51:45 +0100
committerJoe <rbo@gmx.us>2024-12-30 11:51:45 +0100
commitc4f95544c1f6d84ab489d49d96280e05f125adf7 (patch)
tree8daf3ccf65525376de598c2690dc4faa0deb8bab /config.def.h
parentapplied underline tags (diff)
downloaddwm-c4f95544c1f6d84ab489d49d96280e05f125adf7.tar.gz
dwm-c4f95544c1f6d84ab489d49d96280e05f125adf7.tar.bz2
dwm-c4f95544c1f6d84ab489d49d96280e05f125adf7.tar.xz
dwm-c4f95544c1f6d84ab489d49d96280e05f125adf7.tar.zst
dwm-c4f95544c1f6d84ab489d49d96280e05f125adf7.zip
its a start
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 ed736ea..0097501 100644
--- a/config.def.h
+++ b/config.def.h
@@ -281,6 +281,10 @@ static const Key keys[] = {
{ MODKEY, XK_minus, setgaps, {.i = -1 } },
{ MODKEY, XK_equal, setgaps, {.i = +1 } },
{ MODKEY|ShiftMask, XK_equal, setgaps, {.i = 0 } },
+ { MODKEY|ControlMask, XK_h, shiftview, { .i = -1 } },
+ { MODKEY|ControlMask, XK_l, shiftview, { .i = +1 } },
+ { MODKEY|METAKEY, XK_h, shiftboth, { .i = -1 } },
+ { MODKEY|METAKEY, XK_l, shiftboth, { .i = +1 } },
TAGKEYS( XK_1, 0)
TAGKEYS( XK_2, 1)
TAGKEYS( XK_3, 2)