New backup 2024-06-04 02:10:53

This commit is contained in:
Penelope Gwen 2024-06-04 02:10:53 -06:00
parent 90083722f3
commit f291609deb

View file

@ -1,5 +1,5 @@
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 'swaymsg "output * power off"' resume 'swaymsg "output * power on"'
timeout 600 '$HOME/.local/bin/sp-lock'
timeout 600 '/usr/bin/sp-lock'
timeout 1800 'systemctl suspend'
before-sleep '$HOME/.local/bin/sp-lock'
before-sleep '/usr/bin/sp-lock'