fix(hypr): disable compositor layer animations
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
880063de89
commit
789a32ad45
1 changed files with 5 additions and 0 deletions
|
@ -95,6 +95,11 @@ in {
|
||||||
|
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
settings = {
|
settings = {
|
||||||
|
animations.animation = [
|
||||||
|
# Ags takes care of doing the animations
|
||||||
|
"layers, 0"
|
||||||
|
];
|
||||||
|
|
||||||
exec-once =
|
exec-once =
|
||||||
[
|
[
|
||||||
"ags"
|
"ags"
|
||||||
|
|
Loading…
Reference in a new issue