diff options
author | tsxv478 <atvx717@infraredcombat.xyz> | 2023-01-10 00:43:18 +0300 |
---|---|---|
committer | tsxv478 <atvx717@infraredcombat.xyz> | 2023-01-10 00:43:18 +0300 |
commit | c97343cdf90ce727087c16315de269c791d8592f (patch) | |
tree | f2b32310e65cf59ad3210a5430fbdf8d6ead6c6d /config.def.h | |
parent | 6d0f84540a4729aa690076695706b1eb3e20e226 (diff) |
shiftview
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 2 |
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} }, |