swww: add extraArgs for swww-daemon
This commit is contained in:
parent
e11d6c321f
commit
627a3932b9
3 changed files with 21 additions and 2 deletions
|
|
@ -3,6 +3,11 @@
|
|||
services.swww = {
|
||||
enable = true;
|
||||
package = config.lib.test.mkStubPackage { outPath = "@swww@"; };
|
||||
extraArgs = [
|
||||
"--no-cache"
|
||||
"--layer"
|
||||
"bottom"
|
||||
];
|
||||
};
|
||||
|
||||
nmt.script = ''
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
WantedBy=graphical-session.target
|
||||
|
||||
[Service]
|
||||
ExecStart=@swww@/bin/swww-daemon
|
||||
ExecStart=@swww@/bin/swww-daemon --no-cache --layer bottom
|
||||
Restart=always
|
||||
RestartSec=10
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue