diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2014-11-23 11:08:21 +0100 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2014-11-23 11:08:21 +0100 |
commit | 6d6e0462eb2dd1d770653f5e22582e3571c63c8f (patch) | |
tree | 897c90f8ef0290fe974a9381eeec964545607904 /ratpoison/paneltoggle | |
parent | 8dee1d67a9e2caa3a3286b13c86880c0757fcd16 (diff) | |
download | dotfiles-6d6e0462eb2dd1d770653f5e22582e3571c63c8f.tar.gz dotfiles-6d6e0462eb2dd1d770653f5e22582e3571c63c8f.tar.bz2 dotfiles-6d6e0462eb2dd1d770653f5e22582e3571c63c8f.zip |
big ratpoison update
Diffstat (limited to 'ratpoison/paneltoggle')
-rwxr-xr-x | ratpoison/paneltoggle | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ratpoison/paneltoggle b/ratpoison/paneltoggle index cb5f367..5e665bb 100755 --- a/ratpoison/paneltoggle +++ b/ratpoison/paneltoggle @@ -1,4 +1,6 @@ #!/bin/sh +# This shell script is PUBLIC DOMAIN. You may do whatever you want with it. + TOGGLE=$HOME/.toggle if [ ! -e $TOGGLE ]; then |