Update lockscreentime.sh idle times doubled.
This commit is contained in:
parent
898e380479
commit
09a64254fc
|
@ -2,7 +2,7 @@
|
|||
|
||||
if [ -f "/usr/bin/swayidle" ]; then
|
||||
echo "swayidle is installed."
|
||||
swayidle -w timeout 300 'swaylock -f' timeout 360 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on'
|
||||
swayidle -w timeout 600 'swaylock -f' timeout 660 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on'
|
||||
else
|
||||
echo "swayidle not installed."
|
||||
fi;
|
||||
|
|
Loading…
Reference in New Issue
Block a user