Commit Graph
1 Commits
Author SHA1 Message Date
Brian Brown d01f1f44ec fix(hyprland/workspaces): respect enable-bar-scroll config option
Removed hasScrollConfig boolean variable in Workspaces init function. It
was Or'd with barScroll boolean variable and overriding it when
enable-bar-scroll is declared false in waybar config. Setting any scroll
up or down events caused enable-bar-scroll to be overwritten.

Tested on Arch/Hyprland, removing hasScrollConfig and the or condition
restored expected behavior.

Fixes #5229
2026-07-31 22:27:44 -04:00