From 4b66da7ff8060fffdeac1cc4cb27f3182b3f2d46 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Sun, 23 Feb 2014 16:59:47 +0100 Subject: First commit of dotfiles. --- ratpoison/paneltoggle | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 ratpoison/paneltoggle (limited to 'ratpoison/paneltoggle') diff --git a/ratpoison/paneltoggle b/ratpoison/paneltoggle new file mode 100755 index 0000000..cb5f367 --- /dev/null +++ b/ratpoison/paneltoggle @@ -0,0 +1,10 @@ +#!/bin/sh +TOGGLE=$HOME/.toggle + +if [ ! -e $TOGGLE ]; then + touch $TOGGLE + ratpoison -c hidepanel +else + rm $TOGGLE + ratpoison -c showpanel +fi -- cgit v1.2.3-54-g00ecf