dotfiles/de/home/.config/swayidle/config
2024-03-27 15:15:01 -06:00

5 lines
353 B
Text

timeout 150 'brightnessctl g | tee $HOME/.config/swayidle/brightness; brightnessctl s 0' resume 'brightnessctl s $(cat $HOME/.config/swayidle/brightness); rm $HOME/.config/swayidle/brightness'
timeout 300 'swaylock'
timeout 600 'swaymsg "output * power off"' resume 'swaymsg "output * power on"'
timeout 1800 'systemctl suspend'
before-sleep 'swaylock'