diff options
| author | Anselm R Garbe <[email protected]> | 2008-06-14 11:23:16 +0100 |
|---|---|---|
| committer | Anselm R Garbe <[email protected]> | 2008-06-14 11:23:16 +0100 |
| commit | 66608a60fe3a588cc47c5ea5873cdd82d31e3153 (patch) | |
| tree | ad8a231969114c7d68b67c84467f013683fbc130 /config.def.h | |
| parent | removed the ButtonPressMask for root windows as well (diff) | |
| download | seiwm-66608a60fe3a588cc47c5ea5873cdd82d31e3153.tar.xz seiwm-66608a60fe3a588cc47c5ea5873cdd82d31e3153.zip | |
fix of swapped focusstack mouse buttons
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h index d6566bf..9e2e062 100644 --- 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 } }, - { 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} }, |