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

11 lines
170 B
SYSTEMD
Raw Normal View History

[Unit]
Description="Idle management daemon"
PartOf=graphical-session.target
[Service]
ExecStart=/usr/bin/swayidle
Restart=on-failure
[Install]
WantedBy=wm-ready.target