New backup 2024-08-13 10:15:01
This commit is contained in:
parent
cf032103b9
commit
48d7a8bd04
1 changed files with 3 additions and 3 deletions
|
@ -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 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 300 'swaymsg "output * power off"' resume 'swaymsg "output * power on"'
|
||||||
timeout 6 '/usr/bin/sp-lock'
|
timeout 600 '/usr/bin/sp-lock'
|
||||||
timeout 18 'systemctl suspend'
|
timeout 1800 'swaymsg "output * power on";sleep 3;systemctl suspend'
|
||||||
before-sleep '/usr/bin/sp-lock'
|
before-sleep '/usr/bin/sp-lock'
|
||||||
|
|
Loading…
Add table
Reference in a new issue