mirror of
https://github.com/hyprwm/hypridle.git
synced 2024-11-17 07:35:58 +01:00
14 lines
339 B
SYSTEMD
14 lines
339 B
SYSTEMD
[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
|
|
ExecStart=@CMAKE_INSTALL_PREFIX@/bin/hypridle
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=graphical-session.target
|