aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.config/cow/scripts/idleinhibit.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/cow/scripts/idleinhibit.sh b/.config/cow/scripts/idleinhibit.sh
index 02d8b8e..7756a73 100755
--- a/.config/cow/scripts/idleinhibit.sh
+++ b/.config/cow/scripts/idleinhibit.sh
@@ -4,7 +4,7 @@
toggle() {
if pgrep "swayidle" > /dev/null
then
- pkill swayidle
+ pkill -9 swayidle
notify-send --hint=string:x-canonical-private-synchronous:idleinhibit -u normal " Swayidle Inactive"
else
sh "$HOME/.config/cow/scripts/swayidle-update.sh"