This commit is contained in:
Stephan Raabe 2024-05-30 14:26:06 +02:00
parent 6e0bacd4f6
commit 488887a276

View File

@ -20,6 +20,6 @@ if [[ "$1" == "toggle" ]]; then
if pgrep -x "$SERVICE" >/dev/null ;then
killall hypridle
else
hypridle &
hypridle
fi
fi