Update stuff for screen lock

This commit is contained in:
2025-11-27 03:12:08 -08:00
parent a3aba45b6e
commit 6da1ad41b5
3 changed files with 40 additions and 13 deletions

View File

@ -5,7 +5,7 @@ local operation="--on"
local jq_filter_neg="| not"
local ignored=()
while getopts 'ldi:' name; do
while getopts 'hldi:' name; do
case "${name}" in
h)
echo 'enable-displays-for-sleep [-l] [-d] [-i]'