sway: update sway_exit script with icons, adapt sway_suspend, update config accordingly
This commit is contained in:
parent
0271bfb5d9
commit
ac387d4c1b
3 changed files with 28 additions and 9 deletions
4
config
4
config
|
@ -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'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue