summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2020-11-11 19:11:36 -0600
committerzachir <zachir@librem.one>2020-11-11 19:11:36 -0600
commit6b84649570e7cce23bbbe4436cdbbc8c39dc1cb2 (patch)
treef2ad67b4741836934ba941bd04b44603749b0ba8 /config.def.h
parent5bbd9d32886c6318e61be291181ce7b27b3ffb68 (diff)
Update to latest config
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 70c180b..8bfef3e 100644
--- a/config.def.h
+++ b/config.def.h
@@ -79,6 +79,9 @@ static Key keys[] = {
{ MODKEY, XK_d, incnmaster, {.i = -1 } },
{ MODKEY, XK_h, setmfact, {.f = -0.05} },
{ MODKEY, XK_l, setmfact, {.f = +0.05} },
+ { MODKEY|ShiftMask, XK_h, setcfact, {.f = +0.25} },
+ { MODKEY|ShiftMask, XK_l, setcfact, {.f = -0.25} },
+ { MODKEY|ShiftMask, XK_o, setcfact, {.f = 0.00} },
{ MODKEY, XK_Return, zoom, {0} },
{ MODKEY, XK_Tab, view, {0} },
{ MODKEY|ShiftMask, XK_c, killclient, {0} },