From 4accdbe9c928c6fa379b3c43b07ead57c93bae1d Mon Sep 17 00:00:00 2001 From: Salt Date: Tue, 31 Jul 2018 19:37:44 -0500 Subject: [PATCH] wmstartup: Kill plasmashell --- .config/dtfscripts/wmstartup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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