dotfiles/.config/swayidle/config
2025-03-19 22:04:07 -06:00

6 lines
261 B
Text

timeout 145 'brillo -O'
timeout 150 'brillo -a -u 150000 -S 5' resume 'brillo -u 150000 -I'
timeout 180 'swaylock -f'
timeout 300 'wlr-randr --output eDP-1 --off' resume 'wlr-randr --output eDP-1 --on'
timeout 1800 'loginctl suspend'
before-sleep 'swaylock -f'