aboutsummarylogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorAnselm R Garbe2008-06-14 11:21:50 +0100
committerAnselm R Garbe2008-06-14 11:21:50 +0100
commitb5e0be602de4592b674475f81df387bfd5e1c66a (patch)
tree47723818139cc06d4ef31a9e73d5560e10401c58 /config.def.h
parentba9349b691b2ad35efc7c546a35bb8abcb7a7356 (diff)
downloadaur-b5e0be602de4592b674475f81df387bfd5e1c66a.tar.gz
removed root window click handling
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 49d2f1fe0f15..d6566bfd9632 100644
--- a/config.def.h
+++ b/config.def.h
@@ -100,7 +100,6 @@ static Button buttons[] = {
{ ClkClientWin, MODKEY, Button1, movemouse, {0} },
{ ClkClientWin, MODKEY, Button2, togglefloating, {0} },
{ ClkClientWin, MODKEY, Button3, resizemouse, {0} },
- { ClkRootWin, Button1Mask, Button3, spawn, {.v = termcmd } },
TAGBUTTONS(0)
TAGBUTTONS(1)
TAGBUTTONS(2)