hypridle/systemd/hypridle.service.in

15 lines
339 B
SYSTEMD
Raw Permalink Normal View History

2024-04-12 20:16:49 +02:00
[Unit]
Description=Hyprland's idle daemon
Documentation=https://wiki.hyprland.org/Hypr-Ecosystem/hypridle
PartOf=graphical-session.target
After=graphical-session.target
ConditionEnvironment=WAYLAND_DISPLAY
[Service]
Type=simple
2024-04-12 23:55:47 +02:00
ExecStart=@CMAKE_INSTALL_PREFIX@/bin/hypridle
2024-04-12 20:16:49 +02:00
Restart=on-failure
[Install]
WantedBy=graphical-session.target