Files
dotfiles/.config/systemd/user/swayidle.service
2024-06-05 17:50:14 -05:00

17 lines
442 B
Desktop File

[Unit]
Description=Idle manager for Wayland
Documentation=man:swayidle(1)
PartOf=graphical-session.target
[Service]
Type=simple
ExecStart=/usr/bin/swayidle -w \
timeout 300 'swaylock -f -c 000000' \
timeout 600 'swaymsg "output * dpms off"' \
resume 'swaymsg "output * dpms on"' \
before-sleep 'swaylock -f -c 000000'
ExecStartPost=/usr/bin/sleep 1
[Install]
WantedBy=sway-session.target