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

11 lines
197 B
SYSTEMD
Raw Permalink Normal View History

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