update
This commit is contained in:
parent
a4001f9e8c
commit
b90db0c8c5
4 changed files with 105 additions and 9 deletions
|
|
@ -23,10 +23,12 @@ exec_always "pkill kanshi; kanshi"
|
|||
|
||||
### Idle configuration
|
||||
#
|
||||
exec pkill swayidle
|
||||
exec swayidle -w \
|
||||
timeout 300 'swaylock -f -c 000000' \
|
||||
timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \
|
||||
before-sleep 'swaylock -f -c 000000'
|
||||
timeout 300 'swaylock -f -c 000000 -i ~/.config/configfiles/lockscreen.jpg' \
|
||||
timeout 600 'swaymsg "output * dpms off"' \
|
||||
resume 'swaymsg "output * dpms on"' \
|
||||
before-sleep 'swaylock -f -c 000000 -i ~/.config/configfiles/lockscreen.jpg'
|
||||
|
||||
### Input configuration
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue