update
This commit is contained in:
parent
d5dc27eaaf
commit
44a2bb360e
3 changed files with 9 additions and 7 deletions
|
|
@ -35,12 +35,14 @@ exec_always "kanshi"
|
|||
|
||||
### Idle configuration
|
||||
exec_always swayidle -w \
|
||||
timeout 120 'swaylock -f' \
|
||||
timeout 240 'swaymsg "output * dpms off"' \
|
||||
timeout 600 'systemctl suspend' \
|
||||
timeout 300 'swaylock -f' \
|
||||
timeout 420 'swaymsg "output * dpms off"' \
|
||||
resume 'swaymsg "output * dpms on"' \
|
||||
before-sleep 'swaylock -f'
|
||||
|
||||
exec_always swayidle -w \
|
||||
timeout 600 'systemctl suspend' \
|
||||
|
||||
### Input configuration
|
||||
input "type:touchpad" {
|
||||
dwt enabled
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue