sway: update sway_exit script with icons, adapt sway_suspend, update config accordingly

This commit is contained in:
Konstantin Koslowski 2022-04-21 01:42:42 +02:00
parent 0271bfb5d9
commit ac387d4c1b
3 changed files with 28 additions and 9 deletions

4
config
View file

@ -70,8 +70,8 @@ exec swayidle -w \
timeout 1800 '$lock_cmd off' \
resume '$lock_cmd on' \
timeout 2700 '$lock_cmd lockonly' \
timeout 3600 '$suspend_cmd suspend' \
timeout 7200 '$suspend_cmd force' \
timeout 3600 '$suspend_cmd suspend-battery' \
timeout 7200 '$suspend_cmd suspend' \
before-sleep '$lock_cmd lock'
bindsym $mod+Ctrl+Escape exec '$lock_cmd lock'