dotfiles/home/.config/systemd/user/hypridle.service

11 lines
197 B
SYSTEMD
Raw Normal View History

[Unit]
Description="Idle management daemon"
2024-03-05 11:16:53 +01:00
PartOf=graphical-session.target
[Service]
2024-02-19 02:12:56 +01:00
ExecStart=/usr/bin/stdbuf -oL /usr/bin/hypridle
Restart=on-failure
[Install]
WantedBy=wayland-session.target