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-06-14 11:21:50 +0100
committerAnselm R Garbe <garbeam@gmail.com>2008-06-14 11:21:50 +0100
commit9ff5143acba0c6b457bfb92370c8397b7f124f3a (patch)
tree87ed5a4546be8216cc6a1039dd030612dde148bb /config.def.h
parent1edf6a7866ebe219bfa81a1b289fa5c8d0cdfbee (diff)
downloaddwm-9ff5143acba0c6b457bfb92370c8397b7f124f3a.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 49d2f1f..d6566bf 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)