fix of swapped focusstack mouse buttons
authorAnselm R Garbe <garbeam@gmail.com>
Sat, 14 Jun 2008 11:23:16 +0100
changeset 1278 09bcda3ec14f
parent 1277 7784be22f092
child 1279 ad96b8aadc88
fix of swapped focusstack mouse buttons
config.def.h
--- a/config.def.h	Sat Jun 14 11:22:22 2008 +0100
+++ b/config.def.h	Sat Jun 14 11:23:16 2008 +0100
@@ -95,8 +95,8 @@
 	{ ClkLtSymbol,          0,              Button3,        togglemax,      {0} },
 	{ ClkWinTitle,          0,              Button2,        zoom,           {0} },
 	{ ClkStatusText,        0,              Button2,        spawn,          {.v = termcmd } },
-	{ ClkWinTitle,          0,              Button4,        focusstack,     {.i = +1 } },
-	{ ClkWinTitle,          0,              Button5,        focusstack,     {.i = -1 } },
+	{ 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} },