removed the exact focus mechanism of next/prev window
This commit is contained in:
parent
4246affc15
commit
14d8d828ab
4 changed files with 16 additions and 26 deletions
|
@ -37,9 +37,7 @@ Key keys[] = {
|
|||
{ MODKEY, XK_p, spawn, "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_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