X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=config.def.h;h=9e2e062ee43c91b22a83f07925873ff50fec8bad;hp=d6566bfd96329fee07cfea993ecbb04ecb2f3a73;hb=66608a60fe3a588cc47c5ea5873cdd82d31e3153;hpb=b6aa84e51b315d9e6d6b111b36ac6901f505ddd8 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} },