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