From c1ad76f90fb75042b6e194417485d20c813cc36c Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Sat, 22 Mar 2025 00:54:06 +0800 Subject: [PATCH] chore: rm animation for workspace switching in hyprland --- users/modules/programs/hyprland.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/users/modules/programs/hyprland.nix b/users/modules/programs/hyprland.nix index b92253a..baffded 100644 --- a/users/modules/programs/hyprland.nix +++ b/users/modules/programs/hyprland.nix @@ -56,6 +56,10 @@ "float, class:firefox, title:Picture-in-Picture" ]; + animation = [ + "workspaces, 0, , " + ]; + # Keybinds bind = [ "$mainMod, SEMICOLON, exec, $terminal"