From 683ef0839b07b374cbc3c887354672627eff6444 Mon Sep 17 00:00:00 2001 From: "Jeff M. Hubbard" Date: Thu, 23 Jan 2020 21:36:29 -0600 Subject: [PATCH] Fix for picom not exiting (#2) --- antsy/GiveConsole | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/antsy/GiveConsole b/antsy/GiveConsole index 4db84e9..170b6f4 100755 --- a/antsy/GiveConsole +++ b/antsy/GiveConsole @@ -6,8 +6,8 @@ # the console output. This way a random user can invoke xterm -C without # causing serious grief. # -# stop compton and polybar -cat /var/run/xdm-compton.pid | xargs kill -9 +# stop picom and polybar +cat /var/run/xdm-picom.pid | xargs kill -9 cat /var/run/xdm-polybar.pid | xargs kill -9 chown $USER /dev/console