feat(hyprland): disable animations for switching windows

This commit is contained in:
Mohammad Rafiq 2025-05-20 17:46:07 +08:00
parent 915444a4b6
commit 46f16c6889
No known key found for this signature in database
2 changed files with 4 additions and 0 deletions

View file

@ -0,0 +1,3 @@
{
animation = [ "workspaces, 0" ];
}

View file

@ -21,6 +21,7 @@ in
", preferred, auto, 1"
];
}
(import ./decoration.nix)
(import ./keybinds.nix)
];
};