mirror of
https://github.com/swaywm/sway.git
synced 2025-10-29 05:40:18 -04:00
swaybar: reverse order of workspaces list
This makes it congruent with its visual appearance, making it easier to reason about.
This commit is contained in:
parent
b1c49038a6
commit
c3fdabb725
3 changed files with 3 additions and 3 deletions
|
|
@ -205,7 +205,7 @@ static void wl_pointer_axis(void *data, struct wl_pointer *wl_pointer,
|
|||
|
||||
struct swaybar_workspace *new;
|
||||
|
||||
if (amt > 0.0) {
|
||||
if (amt < 0.0) {
|
||||
if (active == first) {
|
||||
if (!bar->config->wrap_scroll) {
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue