diff options
Diffstat (limited to '.config/wmii/quit')
-rwxr-xr-x | .config/wmii/quit | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/wmii/quit b/.config/wmii/quit new file mode 100755 index 0000000..876a60e --- /dev/null +++ b/.config/wmii/quit @@ -0,0 +1,3 @@ +#!/bin/bash +. "$HOME/.wmii/include.sh" +echo quit >> $WMII_DIR/ctl |