From 269e617fea39658233db38ad503030c4fe040e80 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Sun, 12 Apr 2015 13:04:12 +0200 Subject: Spring cleanup! --- ratpoison/paneltoggle | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100755 ratpoison/paneltoggle (limited to 'ratpoison/paneltoggle') diff --git a/ratpoison/paneltoggle b/ratpoison/paneltoggle deleted file mode 100755 index 5e665bb..0000000 --- a/ratpoison/paneltoggle +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -# This shell script is PUBLIC DOMAIN. You may do whatever you want with it. - -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