From 3e631349a3dd2c782a5aa634b450eaafef0f18b1 Mon Sep 17 00:00:00 2001 From: Emmet Date: Tue, 30 Jul 2024 12:16:09 -0500 Subject: [PATCH] More natural workspace scrolling --- user/wm/hyprland/hyprland.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user/wm/hyprland/hyprland.nix b/user/wm/hyprland/hyprland.nix index e896110..eab3766 100644 --- a/user/wm/hyprland/hyprland.nix +++ b/user/wm/hyprland/hyprland.nix @@ -854,8 +854,8 @@ in "scratch_pavucontrol" = "_󰍰"; }; "on-click" = "activate"; - "on-scroll-up" = "hyprctl dispatch workspace e+1"; - "on-scroll-down" = "hyprctl dispatch workspace e-1"; + "on-scroll-up" = "hyprnome"; + "on-scroll-down" = "hyprnome --previous"; "all-outputs" = false; "active-only" = false; "ignore-workspaces" = ["scratch" "-"];