wmstartup: Kill plasmashell

This commit is contained in:
Salt 2018-07-31 19:37:44 -05:00
parent 831bef75e1
commit 4accdbe9c9

View File

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