feat(hyprland): disable animations for switching windows
This commit is contained in:
parent
915444a4b6
commit
46f16c6889
2 changed files with 4 additions and 0 deletions
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
animation = [ "workspaces, 0" ];
|
||||
}
|
|
@ -21,6 +21,7 @@ in
|
|||
", preferred, auto, 1"
|
||||
];
|
||||
}
|
||||
(import ./decoration.nix)
|
||||
(import ./keybinds.nix)
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue