Update lockman.sh
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# Times the screen off and puts it to background
|
# Times the screen off and puts it to background
|
||||||
swayidle \
|
swayidle \
|
||||||
timeout 5 'swaymsg "output * dpms off"' \
|
timeout 300 'swaymsg "output * dpms off"' \
|
||||||
resume 'swaymsg "output * dpms on"' &
|
resume 'swaymsg "output * dpms on"' &
|
||||||
# Locks the screen immediately
|
# Locks the screen immediately
|
||||||
swaylock
|
swaylock
|
||||||
|
|||||||
Reference in New Issue
Block a user