removed reapply() -- unnecessary
This commit is contained in:
parent
349d768b57
commit
489ac07e83
2 changed files with 0 additions and 13 deletions
|
@ -40,7 +40,6 @@ Key keys[] = {
|
|||
{ MODKEY|ShiftMask, XK_j, focusnext, "exact" },
|
||||
{ MODKEY, XK_k, focusprev, NULL },
|
||||
{ MODKEY|ShiftMask, XK_k, focusprev, "exact" },
|
||||
{ MODKEY, XK_r, reapply, NULL },
|
||||
{ MODKEY, XK_h, setmfact, "-0.05" },
|
||||
{ MODKEY, XK_l, setmfact, "+0.05" },
|
||||
{ MODKEY, XK_Return, zoom, NULL },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue