diff options
| author | zachir <zachir@librem.one> | 2025-07-26 19:32:15 -0500 | 
|---|---|---|
| committer | zachir <zachir@librem.one> | 2025-07-26 19:32:15 -0500 | 
| commit | b94ac4978212ba234d604f60114f13871b9c0a97 (patch) | |
| tree | 9bd62cd07945540fce69905299b12de2a2f82281 | |
| parent | e1a34fbabc1016dc237bbc882932acd1ac21109c (diff) | |
Make waybar scrolling fix on both bars
| -rw-r--r-- | waybar/config | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/waybar/config b/waybar/config index 34722e4..bc4bb2b 100644 --- a/waybar/config +++ b/waybar/config @@ -278,8 +278,8 @@          //"HDMI-A-1": [ 1, 2, 3, 4, 5, 6, 7, 8, 9 ],          "HDMI-A-1": [ 10, 11, 12, 13, 14, 15, 16, 17, 18 ],        }, -      "on-scroll-up": "hyprctl dispatch split-workspace e+1", -      "on-scroll-down": "hyprctl dispatch split-workspace e-1", +      "on-scroll-up": "hyprctl dispatch split:workspace r+1", +      "on-scroll-down": "hyprctl dispatch split:workspace r-1",        "on-click": "activate"      },      "sway/window": { | 
