diff options
Diffstat (limited to 'icewm/shutdown')
-rw-r--r-- | icewm/shutdown | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/icewm/shutdown b/icewm/shutdown new file mode 100644 index 0000000..e4fa7d5 --- /dev/null +++ b/icewm/shutdown @@ -0,0 +1,9 @@ +#!/bin/bash + +# /usr/share/icewm/shutdown +# This script is used to execute additional commands at icewm session exit + +# killall xscreensaver +# killall nm-applet +# killall polkit-gnome-authentication-agent-1 + |