wmstartup: Kill plasmashell
This commit is contained in:
parent
831bef75e1
commit
4accdbe9c9
@ -47,7 +47,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="xfdesktop polybar compton conky sxhkd dunst"
|
services="plasmashell 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