From a5bc732d9e3b858ef1c1af8e09946dd5f7c8a12f Mon Sep 17 00:00:00 2001 From: Gabriella Bere Date: Fri, 2 May 2025 00:24:13 +0100 Subject: [PATCH] changed desktop binds to use mouse wheel also set vesktop to use xwayland not wayland, wayland has graphical bugs --- home-manager/hyprland.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home-manager/hyprland.nix b/home-manager/hyprland.nix index 3828730..7134c85 100644 --- a/home-manager/hyprland.nix +++ b/home-manager/hyprland.nix @@ -40,7 +40,7 @@ "[workspace 2 silent] telegram-desktop" "[workspace 2 silent] signal-desktop" "[workspace 2 silent] firefox https://web.whatsapp.com https://instagram.com" - "[workspace 2 silent] vesktop --enable-features=UseOzonePlatform --ozone-platform=wayland" + "[workspace 2 silent] vesktop" ]; windowrule = [ "move 100%,100%, title:*WhatsApp*" @@ -71,8 +71,8 @@ "$mod, tab, togglefloating" # Workspace management - "$mod, right, workspace, +1" - "$mod, left, workspace, -1" + "$mod, mouse_up, workspace, +1" + "$mod, mouse_down, workspace, -1" "$mod SHIFT, right, movetoworkspace, +1" "$mod SHIFT, left, movetoworkspace, -1" ];