summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.local/bin/cwall2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/cwall b/.local/bin/cwall
index ad985a9..c20abb3 100755
--- a/.local/bin/cwall
+++ b/.local/bin/cwall
@@ -76,7 +76,7 @@ updatewall()
cp "$1" "$bgimg"
[ -s "$bgpid" ] &&
- kill "$(cat "$bgpid")"
+ kill -9 "$(cat "$bgpid")"
swaybg --mode fill --image "$bgimg" > /dev/null 2>&1 &
echo $! > "$bgpid"
}