Skip to content

Commit

Permalink
feat(movestack):add defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalSenn authored and prabirshrestha committed May 22, 2020
1 parent 7f23f92 commit cee7851
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config.def.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ static Key keys[] = {
{ MODKEY|MOD_CONTROL, 'B', togglebar, {0} },
{ MODKEY, 'J', focusstack, {.i = +1 } },
{ MODKEY, 'K', focusstack, {.i = -1 } },
{ MODKEY|MOD_SHIFT, 'J', movestack, {.i = +1 } },
{ MODKEY|MOD_SHIFT, 'K', movestack, {.i = -1 } },
{ MODKEY, 'H', setmfact, {.f = -0.05} },
{ MODKEY, 'L', setmfact, {.f = +0.05} },
{ MODKEY, 'I', showclientinfo, {0} },
Expand Down

0 comments on commit cee7851

Please sign in to comment.