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