disable swww cache

This commit is contained in:
Adithya 2024-05-18 10:24:45 +05:30
parent 5c5c3a4027
commit 3cb7aa812a
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C

View file

@ -10,7 +10,7 @@
WantedBy = [ "graphical-session.target" ];
};
Service = {
ExecStart = "${pkgs.swww}/bin/swww-daemon";
ExecStart = "${pkgs.swww}/bin/swww-daemon --no-cache";
Restart = "on-failure";
KillMode = "mixed";
};