diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-04-12 13:04:12 +0200 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-04-12 13:04:12 +0200 |
commit | 269e617fea39658233db38ad503030c4fe040e80 (patch) | |
tree | 6a0287e6e892d5a673b6a60d1da9b013b2257a75 /ratpoison/borderscript | |
parent | c955393cbd6e135fe351876f28993290df61fdfa (diff) | |
download | dotfiles-269e617fea39658233db38ad503030c4fe040e80.tar.gz dotfiles-269e617fea39658233db38ad503030c4fe040e80.tar.bz2 dotfiles-269e617fea39658233db38ad503030c4fe040e80.zip |
Spring cleanup!
Diffstat (limited to 'ratpoison/borderscript')
-rwxr-xr-x | ratpoison/borderscript | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/ratpoison/borderscript b/ratpoison/borderscript deleted file mode 100755 index 1495bec..0000000 --- a/ratpoison/borderscript +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -frames=`ratpoison -c fdump | tr -d -C '(' | wc -c` - -if [[ $frames == 1 ]];then -ratpoison -c "hideborder" -ratpoison -c "hidepadding" -else -ratpoison -c "showborder" -ratpoison -c "showpadding" -fi |