From 489ac07e83f5dabd23d494630c7bb61690bb56e0 Mon Sep 17 00:00:00 2001 From: Anselm R Garbe Date: Sat, 17 May 2008 14:06:41 +0100 Subject: removed reapply() -- unnecessary --- config.def.h | 1 - 1 file changed, 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 1c704c3..437a0f2 100644 --- a/config.def.h +++ b/config.def.h @@ -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 }, -- cgit v1.2.3-54-g00ecf