wmstartup: Add xembedsniproxy to kill list
This commit is contained in:
parent
cf30f60501
commit
b0b1cc3757
@ -60,7 +60,7 @@ xrdbupdate
|
|||||||
## SERVICES AND DAEMONS
|
## SERVICES AND DAEMONS
|
||||||
# Kill everything
|
# Kill everything
|
||||||
printf "[INFO] Stopping existing services\n"
|
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
|
for service in $services; do
|
||||||
printf " [INFO] Sending signal to all $service\n"
|
printf " [INFO] Sending signal to all $service\n"
|
||||||
killall $service
|
killall $service
|
||||||
|
Loading…
Reference in New Issue
Block a user