diff --git a/dwm-flexipatch/config.def.h b/dwm-flexipatch/config.def.h index c34c0df..aef2c07 100644 --- a/dwm-flexipatch/config.def.h +++ b/dwm-flexipatch/config.def.h @@ -1457,8 +1457,8 @@ static const Button buttons[] = { { ClkTagBar, 0, Button1, view, {0} }, { ClkTagBar, 0, Button3, toggleview, {0} }, #if SHIFTVIEW_PATCH - { ClkTagBar, 0, Button4, shiftview, { .i = -1 } }, - { ClkTagBar, 0, Button5, shiftview, { .i = +1 } }, + { ClkTagBar, 0, Button4, shiftview, { .i = +1 } }, + { ClkTagBar, 0, Button5, shiftview, { .i = -1 } }, #endif // SHIFTVIEW_PATCH { ClkTagBar, MODKEY, Button1, tag, {0} }, { ClkTagBar, MODKEY, Button3, toggletag, {0} },