8 lines
316 B
Text
8 lines
316 B
Text
# ~/.config/swayidle/config
|
|
before-sleep 'systemctl --user start swaylock'
|
|
lock 'systemctl --user start swaylock'
|
|
unlock 'swaymsg "output * dpms on"'
|
|
after-resume 'swaymsg "output * dpms on"'
|
|
timeout 300 'systemctl --user start swaylock'
|
|
timeout 600 'swaymsg "output * dpms off"'
|
|
resume 'swaymsg "output * dpms on"'
|