Ajout de la mise en veille auto de l'écran
This commit is contained in:
parent
592e4ee344
commit
eebc926c89
1 changed files with 2 additions and 1 deletions
|
@ -110,9 +110,10 @@ exec_always {
|
|||
### Idle configuration
|
||||
#
|
||||
|
||||
#exec swayidle -w \
|
||||
exec swayidle -w \
|
||||
# timeout 300 'swaylock -f' \
|
||||
# timeout 305 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \
|
||||
timeout 300 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"'
|
||||
# before-sleep 'swaylock -f'
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue