summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authortsxv478 <vt0451@yandex.ru>2023-01-10 00:43:18 +0300
committertsxv478 <vt0451@yandex.ru>2023-01-10 00:43:18 +0300
commitdb6d84374aeee755bb0feeb6707a3be3c1c5f7f1 (patch)
treef2b32310e65cf59ad3210a5430fbdf8d6ead6c6d /config.def.h
parent801d168c98a17852ca2b06c09194d6b0e3d84ac0 (diff)
shiftview
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 2ce9af2..ca100bd 100644
--- a/config.def.h
+++ b/config.def.h
@@ -89,6 +89,8 @@ static Key keys[] = {
{ MODKEY, XK_space, spawn, {.v = termcmd } },
{ MODKEY|ShiftMask, XK_equal, incnmaster, {.i = +1 } },
{ MODKEY|ShiftMask, XK_minus, incnmaster, {.i = -1 } },
+ { MODKEY, XK_l, shiftview, {.i = +1 } },
+ { MODKEY, XK_h, shiftview, {.i = -1 } },
{ MODKEY|ShiftMask, XK_h, setmfact, {.f = -0.05} },
{ MODKEY|ShiftMask, XK_l, setmfact, {.f = +0.05} },
{ MODKEY, XK_Return, zoom, {0} },