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" ];