fix: disable uwsm and add swww fps

This commit is contained in:
Nydragon 2024-12-11 19:38:05 +01:00
parent f7459348f4
commit b1b1689758
Signed by: nydragon
SSH key fingerprint: SHA256:WcjW5NJPQ8Dx4uQDmoIlVPLWE27Od3fxoe0IUvuoPHE
2 changed files with 3 additions and 2 deletions

View file

@ -16,7 +16,9 @@
Service = { Service = {
Type = "simple"; Type = "simple";
ExecStart = "${pkgs.swww}/bin/swww-daemon"; ExecStart = "${pkgs.swww}/bin/swww-daemon";
ExecStartPost = "${pkgs.swww}/bin/swww img ${self + "/assets/landscape-pink-pastel.jpg"} -t wipe"; ExecStartPost = "${pkgs.swww}/bin/swww img ${
self + "/assets/landscape-pink-pastel.jpg"
} -t wipe --transition-fps 144";
Restart = "on-failure"; Restart = "on-failure";
ProtectHome = "tmpfs"; ProtectHome = "tmpfs";

View file

@ -73,7 +73,6 @@
}; };
programs = { programs = {
uwsm.enable = true;
dconf.enable = true; dconf.enable = true;
fish.enable = true; fish.enable = true;
firefox.enable = true; firefox.enable = true;