diff options
Diffstat (limited to 'Window_Manager/ratpoison/borderscript')
-rwxr-xr-x | Window_Manager/ratpoison/borderscript | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Window_Manager/ratpoison/borderscript b/Window_Manager/ratpoison/borderscript new file mode 100755 index 0000000..1495bec --- /dev/null +++ b/Window_Manager/ratpoison/borderscript @@ -0,0 +1,11 @@ +#!/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 |