diff --git a/.config/dtfscripts/wmstartup.sh b/.config/dtfscripts/wmstartup.sh index 5b22e15d..ef83c630 100755 --- a/.config/dtfscripts/wmstartup.sh +++ b/.config/dtfscripts/wmstartup.sh @@ -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