5 lines
363 B
Text
5 lines
363 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 3 'swaymsg "output * power off"' resume 'swaymsg "output * power on"'
|
|
timeout 6 '/usr/bin/sp-lock'
|
|
timeout 18 'systemctl suspend'
|
|
before-sleep '/usr/bin/sp-lock'
|