fix: disable uwsm and add swww fps
This commit is contained in:
parent
f7459348f4
commit
b1b1689758
2 changed files with 3 additions and 2 deletions
|
@ -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";
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue