sway: Bloquear computadora a los 7 min en vez de 5
This commit is contained in:
parent
143bf0d90f
commit
152bc35ff7
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ output * background $background solid_color
|
||||||
# Example configuration:
|
# Example configuration:
|
||||||
#
|
#
|
||||||
exec swayidle -w \
|
exec swayidle -w \
|
||||||
timeout 300 'lock' \
|
timeout 420 'lock' \
|
||||||
timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \
|
timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \
|
||||||
before-sleep 'lock'
|
before-sleep 'lock'
|
||||||
bindsym $mod+m exec lock
|
bindsym $mod+m exec lock
|
||||||
|
|
Loading…
Reference in a new issue