Changed: Hyprland

This commit is contained in:
DerGrumpf 2025-04-04 11:42:41 +02:00
parent 714c0f8322
commit 6e6de421b6
2 changed files with 3 additions and 3 deletions

View File

@ -93,7 +93,7 @@ in
allow_tearing = false;
};
decoration = {
/*decoration = {
rounding = 12;
drop_shadow = "yes";
shadow_range = 16;
@ -108,7 +108,7 @@ in
new_optimizations = 1;
noise = 0.04;
};
};
};*/
animations = {
enabled = "yes";

View File

@ -27,6 +27,6 @@
programs.regreet = {
enable = true;
# cageArgs = ["-s" "-m" "last" ];
settings = ./regreet.toml;
# settings = ./regreet.toml;
};
}