diff --git a/.config/dtfscripts/wmstartup.sh b/.config/dtfscripts/wmstartup.sh index 00699a91..137414e2 100755 --- a/.config/dtfscripts/wmstartup.sh +++ b/.config/dtfscripts/wmstartup.sh @@ -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