diff options
author | Luke Smith <luke@lukesmith.xyz> | 2020-01-30 14:33:19 -0500 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2020-01-30 14:33:19 -0500 |
commit | 30ef2a458d9cec82ae6de84863a191979d8226b9 (patch) | |
tree | 7b39db7f79d596bc1e83361e7ece46c6bbcce4b0 /config.def.h | |
parent | a86ee58d2e04991ad01da979db1dc6c07b51c461 (diff) |
that
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h index 779ab2a..1f48546 100644 --- a/config.def.h +++ b/config.def.h @@ -80,8 +80,8 @@ static Key keys[] = { { MODKEY|ShiftMask, XK_Return, spawn, {.v = termcmd } }, { MODKEY, XK_grave, togglescratch, {.v = scratchpadcmd } }, { MODKEY, XK_b, togglebar, {0} }, - { MODKEY, XK_j, focusstack, {.i = +1 } }, - { MODKEY, XK_k, focusstack, {.i = -1 } }, + STACKKEYS(MODKEY, focus) + STACKKEYS(MODKEY|ShiftMask, push) { MODKEY, XK_i, incnmaster, {.i = +1 } }, { MODKEY, XK_d, incnmaster, {.i = -1 } }, { MODKEY, XK_h, setmfact, {.f = -0.05} }, |