summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorP.P.A <adolphs@moselle.moe>2023-07-10 00:13:53 +0200
committerP.P.A <adolphs@moselle.moe>2023-07-10 00:13:53 +0200
commit6dab34d099b404679a5852dccc4f3cacc5555bec (patch)
tree9ce574094df77b8844df7679f2d6cbd35926d364 /config.def.h
parent585922c64ca91955094036510b60aa36a0cf342d (diff)
key mappings changed to account for leftstack
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index 99a5859..a72ccc0 100644
--- a/config.def.h
+++ b/config.def.h
@@ -85,8 +85,8 @@ static const Key keys[] = {
{ MODKEY, XK_k, focusstack, {.i = -1 } },
{ MODKEY, XK_i, incnmaster, {.i = +1 } },
{ MODKEY, XK_d, incnmaster, {.i = -1 } },
- { MODKEY, XK_h, setmfact, {.f = -0.05} },
- { MODKEY, XK_l, setmfact, {.f = +0.05} },
+ { MODKEY, XK_h, setmfact, {.f = +0.05} },
+ { MODKEY, XK_l, setmfact, {.f = -0.05} },
{ MODKEY, XK_Return, zoom, {0} },
{ MODKEY, XK_Tab, view, {0} },
{ MODKEY|ShiftMask, XK_c, killclient, {0} },