Xinqi Bao's Git
projects
/
dwm.git
/ diff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
|
inline
| side by side (parent:
b6aa84e
)
fix of swapped focusstack mouse buttons
author
Anselm R Garbe <
[email protected]
>
Sat, 14 Jun 2008 10:23:16 +0000
(11:23 +0100)
committer
Anselm R Garbe <
[email protected]
>
Sat, 14 Jun 2008 10:23:16 +0000
(11:23 +0100)
config.def.h
diff
|
blob
|
history
diff --git
a/config.def.h
b/config.def.h
index
d6566bf
..
9e2e062
100644
(file)
--- a/
config.def.h
+++ b/
config.def.h
@@
-95,8
+95,8
@@
static Button buttons[] = {
{ ClkLtSymbol, 0, Button3, togglemax, {0} },
{ ClkWinTitle, 0, Button2, zoom, {0} },
{ ClkStatusText, 0, Button2, spawn, {.v = termcmd } },
{ ClkLtSymbol, 0, Button3, togglemax, {0} },
{ ClkWinTitle, 0, Button2, zoom, {0} },
{ ClkStatusText, 0, Button2, spawn, {.v = termcmd } },
- { ClkWinTitle, 0, Button
4
, focusstack, {.i = +1 } },
- { ClkWinTitle, 0, Button
5
, focusstack, {.i = -1 } },
+ { ClkWinTitle, 0, Button
5
, focusstack, {.i = +1 } },
+ { ClkWinTitle, 0, Button
4
, focusstack, {.i = -1 } },
{ ClkClientWin, MODKEY, Button1, movemouse, {0} },
{ ClkClientWin, MODKEY, Button2, togglefloating, {0} },
{ ClkClientWin, MODKEY, Button3, resizemouse, {0} },
{ ClkClientWin, MODKEY, Button1, movemouse, {0} },
{ ClkClientWin, MODKEY, Button2, togglefloating, {0} },
{ ClkClientWin, MODKEY, Button3, resizemouse, {0} },