mirror of
https://github.com/hyprwm/hyprpaper.git
synced 2024-11-16 22:25:59 +01:00
16 lines
426 B
SYSTEMD
16 lines
426 B
SYSTEMD
[Unit]
|
|
Description=Fast, IPC-controlled wallpaper utility for Hyprland.
|
|
Documentation=https://wiki.hyprland.org/Hypr-Ecosystem/hyprpaper/
|
|
PartOf=graphical-session.target
|
|
Requires=graphical-session.target
|
|
After=graphical-session.target
|
|
ConditionEnvironment=WAYLAND_DISPLAY
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=@CMAKE_INSTALL_PREFIX@/bin/hyprpaper
|
|
Slice=session.slice
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=graphical-session.target
|