diff options
author | Sn4il <sn4il@thedroth.rocks> | 2024-04-02 21:47:05 +0300 |
---|---|---|
committer | Sn4il <sn4il@thedroth.rocks> | 2024-04-02 21:47:05 +0300 |
commit | 5130725ef2e83c7fd27709d8addd4b28d2322743 (patch) | |
tree | 6ef21b7aa6a0c29e108bc1fbeaee7d68802b21d8 /icewm/shutdown | |
parent | d319d894da2be96eaca81aeca62c4f53bb528c56 (diff) | |
download | dotfiles-5130725ef2e83c7fd27709d8addd4b28d2322743.tar.gz dotfiles-5130725ef2e83c7fd27709d8addd4b28d2322743.zip |
Add icewm config
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 + |