aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorAnselm R Garbe <garbeam@gmail.com>2008-05-17 14:41:41 +0100
committerAnselm R Garbe <garbeam@gmail.com>2008-05-17 14:41:41 +0100
commit14d8d828abbb91db3305dfa666c8c70358d1d3c7 (patch)
tree0f4b1c2a394ba1ddf0ddd8d1e540b80bab586c49 /config.def.h
parent4246affc15dd378a33c58504b4abf3893b8c84cc (diff)
removed the exact focus mechanism of next/prev window
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index f35769c..9ce750e 100644
--- a/config.def.h
+++ b/config.def.h
@@ -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 },