mirror of
https://github.com/nix-community/home-manager.git
synced 2025-04-13 15:57:47 +00:00
14 lines
249 B
SYSTEMD
14 lines
249 B
SYSTEMD
|
[Install]
|
||
|
WantedBy=graphical-session.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=@swww@/bin/swww-daemon
|
||
|
Restart=always
|
||
|
RestartSec=10
|
||
|
|
||
|
[Unit]
|
||
|
After=graphical-session.target
|
||
|
ConditionEnvironment=WAYLAND_DISPLAY
|
||
|
Description=swww-daemon
|
||
|
PartOf=graphical-session.target
|