bspwm: Go back to killall

This commit is contained in:
2018-07-17 17:16:49 -05:00
parent da7166381a
commit 54ebfff695
3 changed files with 9 additions and 5 deletions

View File

@@ -87,9 +87,7 @@ xrdbupdate
feh --randomize --bg-fill ~/Pictures/Wallpapers/.active &
services="sxhkd polybar conky dunst compton"
for service in $services; do
if $(pgrep $service); then
kill $(pgrep $service)
fi
killall $service
done
# Don't start the compositor in a VM
if [[ $(hostname) != "vm"* ]]; then