More natural workspace scrolling

This commit is contained in:
Emmet 2024-07-30 12:16:09 -05:00
parent 186246dc24
commit 3e631349a3

View file

@ -854,8 +854,8 @@ in
"scratch_pavucontrol" = "_󰍰"; "scratch_pavucontrol" = "_󰍰";
}; };
"on-click" = "activate"; "on-click" = "activate";
"on-scroll-up" = "hyprctl dispatch workspace e+1"; "on-scroll-up" = "hyprnome";
"on-scroll-down" = "hyprctl dispatch workspace e-1"; "on-scroll-down" = "hyprnome --previous";
"all-outputs" = false; "all-outputs" = false;
"active-only" = false; "active-only" = false;
"ignore-workspaces" = ["scratch" "-"]; "ignore-workspaces" = ["scratch" "-"];