From 17c130821af2af9bc53b1450ce777e6b6bc1f30d Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 21 Jul 2018 01:46:05 +0100 Subject: [PATCH] dot/xsession: Wipe out our process group on exit. There may be other random hangers on which ought to die when we do. --- dot/xsession | 1 + 1 file changed, 1 insertion(+) diff --git a/dot/xsession b/dot/xsession index af2cd7c..9b3242d 100755 --- a/dot/xsession +++ b/dot/xsession @@ -6,3 +6,4 @@ __mdw_force_secure_session=yes . "$HOME/.profile" "$HOME/.xinitrc" . "$HOME/.shell-logout" +kill -TERM -$$ -- 2.11.0