wmstartup: Add xembedsniproxy to kill list

This commit is contained in:
Salt 2018-08-19 16:09:30 -05:00
parent cf30f60501
commit b0b1cc3757

View File

@ -60,7 +60,7 @@ xrdbupdate
## SERVICES AND DAEMONS
# Kill everything
printf "[INFO] Stopping existing services\n"
services="plasmashell krunner xfdesktop polybar compton conky sxhkd dunst"
services="plasmashell xembedsniproxy krunner xfdesktop polybar compton conky sxhkd dunst"
for service in $services; do
printf " [INFO] Sending signal to all $service\n"
killall $service