aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorAnselm R Garbe <garbeam@gmail.com>2008-06-14 11:25:42 +0100
committerAnselm R Garbe <garbeam@gmail.com>2008-06-14 11:25:42 +0100
commite3da222c1e3bdd323a920b8e9765af23f19d80a2 (patch)
tree0607a246f0262b342b991caa8336d837bc2838ad /config.def.h
parent66608a60fe3a588cc47c5ea5873cdd82d31e3153 (diff)
removed scroll-wheel based focussing on window title clicks
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index 9e2e062..95bb84c 100644
--- a/config.def.h
+++ b/config.def.h
@@ -95,8 +95,6 @@ static Button buttons[] = {
{ ClkLtSymbol, 0, Button3, togglemax, {0} },
{ ClkWinTitle, 0, Button2, zoom, {0} },
{ ClkStatusText, 0, Button2, spawn, {.v = termcmd } },
- { ClkWinTitle, 0, Button5, focusstack, {.i = +1 } },
- { ClkWinTitle, 0, Button4, focusstack, {.i = -1 } },
{ ClkClientWin, MODKEY, Button1, movemouse, {0} },
{ ClkClientWin, MODKEY, Button2, togglefloating, {0} },
{ ClkClientWin, MODKEY, Button3, resizemouse, {0} },