Dotfiles_ArchAP/systemd/.config/systemd/user/swayidle.service
2026-06-05 09:37:01 +02:00

11 lines
375 B
Desktop File

[Unit]
Description=Wayland swayidle
PartOf=graphical-session.target
After=graphical-session.target
[Service]
ExecStart=/usr/bin/swayidle -w timeout 300 'swaylock -f -c 000000' timeout 360 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' before-sleep 'playerctl pause; swaylock -f -c 000000'
Restart=on-failure
[Install]
WantedBy=graphical-session.target