update dotfiles
This commit is contained in:
parent
443b36f192
commit
c625205fff
|
@ -27,7 +27,7 @@ set $powermenu ~/.config/waybar/scripts/power-menu.sh
|
||||||
|
|
||||||
### Idle configuration
|
### Idle configuration
|
||||||
exec swayidle -w\
|
exec swayidle -w\
|
||||||
timeout 300 'swaylock -f -C ~/.config/swaylock/config'\
|
timeout 600 'swaylock -f -C ~/.config/swaylock/config'\
|
||||||
timeout 770 'swaymsg "output * power off"' \
|
timeout 770 'swaymsg "output * power off"' \
|
||||||
resume 'swaymsg "output * power on"' \
|
resume 'swaymsg "output * power on"' \
|
||||||
before-sleep 'swaylock -C ~/.config/swaylock/config'
|
before-sleep 'swaylock -C ~/.config/swaylock/config'
|
||||||
|
|
Loading…
Reference in New Issue