diff --git a/bin/lid_close.sh b/bin/lid_close.sh index 43f0c72..2d64bdb 100755 --- a/bin/lid_close.sh +++ b/bin/lid_close.sh @@ -22,4 +22,5 @@ hyprctl keyword monitor "$INTERNAL, disable" # Only lock if there is NO external monitor if [ "$external_count" -eq 0 ]; then hyprlock + systemctl suspend fi