We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82361f0 commit d4729cfCopy full SHA for d4729cf
Configs/.local/lib/hyde/lockscreen.sh
@@ -15,7 +15,7 @@ esac
15
#? This fix the zombie process issue when hyprlock is unlocked but still running.
16
unit_id=(-u "hyde-lockscreen.scope")
17
18
-if app2unit.sh --test "${unit_id[@]}" -- "${lockscreen}.sh" "${@}"; then
+if which "${lockscreen}.sh" 2>/dev/null 1>&2; then
19
printf "Executing ${lockscreen} wrapper script : %s\n" "${lockscreen}.sh"
20
app2unit.sh "${unit_id[@]}" -- "${lockscreen}.sh" "${@}"
21
else
0 commit comments