mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-15 13:31:07 +01:00
14 lines
309 B
Desktop File
14 lines
309 B
Desktop File
[Install]
|
|
WantedBy=graphical-session.target
|
|
|
|
[Service]
|
|
Environment=PATH=$PATH:@swww@/bin
|
|
ExecStart=@swww@/bin/swww-daemon --no-cache --layer bottom
|
|
Restart=always
|
|
RestartSec=10
|
|
|
|
[Unit]
|
|
After=graphical-session.target
|
|
ConditionEnvironment=WAYLAND_DISPLAY
|
|
Description=swww-daemon
|
|
PartOf=graphical-session.target
|