Désactivation de l'auto lock
This commit is contained in:
parent
a6a0d18eec
commit
33c65b5d75
1 changed files with 4 additions and 4 deletions
|
@ -110,10 +110,10 @@ exec_always {
|
|||
### Idle configuration
|
||||
#
|
||||
|
||||
exec swayidle -w \
|
||||
timeout 300 'swaylock -f' \
|
||||
timeout 305 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \
|
||||
before-sleep 'swaylock -f'
|
||||
#exec swayidle -w \
|
||||
# timeout 300 'swaylock -f' \
|
||||
# timeout 305 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \
|
||||
# before-sleep 'swaylock -f'
|
||||
|
||||
|
||||
### Autostart
|
||||
|
|
Loading…
Reference in a new issue