implemented exact focus next, if arg != NULL to focus{next,prev}
This commit is contained in:
parent
b848f4bda8
commit
5602f44b29
4 changed files with 27 additions and 17 deletions
|
@ -53,7 +53,9 @@ Key keys[] = {
|
|||
"exec dmenu_run -fn '"FONT"' -nb '"NORMBGCOLOR"' -nf '"NORMFGCOLOR"' -sb '"SELBGCOLOR"' -sf '"SELFGCOLOR"'" },
|
||||
{ MODKEY|ShiftMask, XK_Return, spawn, "exec uxterm" },
|
||||
{ MODKEY, XK_j, focusnext, NULL },
|
||||
{ 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" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue