about summary refs log tree commit diff stats
path: root/config.def.h
diff options
context:
space:
mode:
authorAnselm R Garbe <garbeam@gmail.com>2008-05-17 14:06:41 +0100
committerAnselm R Garbe <garbeam@gmail.com>2008-05-17 14:06:41 +0100
commit489ac07e83f5dabd23d494630c7bb61690bb56e0 (patch)
tree25f3e0d63527bc5badc29c7e22570784ed4bb241 /config.def.h
parent349d768b573c5b96056faf153273878f61a9f0c9 (diff)
downloaddwm-489ac07e83f5dabd23d494630c7bb61690bb56e0.tar.gz
removed reapply() -- unnecessary
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 0 insertions, 1 deletions
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 },