From 14d8d828abbb91db3305dfa666c8c70358d1d3c7 Mon Sep 17 00:00:00 2001 From: Anselm R Garbe Date: Sat, 17 May 2008 14:41:41 +0100 Subject: removed the exact focus mechanism of next/prev window --- config.def.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'config.def.h') 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 }, -- cgit v1.2.3-54-g00ecf