test
This commit is contained in:
parent
d3eab0040e
commit
c34dfcc5c2
1 changed files with 3 additions and 3 deletions
|
@ -260,9 +260,9 @@
|
||||||
|
|
||||||
# Set up the idle management daemon
|
# Set up the idle management daemon
|
||||||
swayidle -w \
|
swayidle -w \
|
||||||
timeout 120 'swaylock -f' \
|
timeout 120 'swaylock -f' \
|
||||||
timeout 180 'hyprctl dispatch dpms off' \
|
timeout 180 'hyprctl dispatch dpms off' \
|
||||||
after-resume 'hyprctl dispatch dpms on' \
|
resume 'hyprctl dispatch dpms on' \
|
||||||
before-sleep 'swaylock -f'
|
before-sleep 'swaylock -f'
|
||||||
|
|
||||||
# Notification listener
|
# Notification listener
|
||||||
|
|
Loading…
Reference in a new issue