mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
15 lines
309 B
Desktop File
15 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
|