From 701bf25c699d8485165b7eab78d75b0e8257823d Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Tue, 28 Apr 2020 16:44:19 -0500 Subject: [PATCH] - Proper closing of kintox11 on logout --- system-config/cleanup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/system-config/cleanup.sh b/system-config/cleanup.sh index 62efa16..7165543 100755 --- a/system-config/cleanup.sh +++ b/system-config/cleanup.sh @@ -7,3 +7,4 @@ killall xbindkeys > /dev/null 2>&1 || : gsettings set org.gnome.desktop.wm.keybindings switch-applications "['Tab']" gsettings set org.gnome.desktop.wm.keybindings switch-applications-backward "['Tab']" +pkill -f /.config/kinto/xactive.sh \ No newline at end of file