From d923956d4866beb5093c89e0c1a4f54a9c37070f Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Tue, 18 Aug 2015 01:39:43 +0200 Subject: major fixes and rearrangement --- config/ratpoison/panel/windows | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 config/ratpoison/panel/windows (limited to 'config/ratpoison/panel/windows') diff --git a/config/ratpoison/panel/windows b/config/ratpoison/panel/windows new file mode 100755 index 0000000..e5ae808 --- /dev/null +++ b/config/ratpoison/panel/windows @@ -0,0 +1,3 @@ +#!/bin/bash +echo 'Wclear' > /tmp/panel-fifo +ratpoison -c 'windows %s%n %t' | while read line;do echo "${line}" | cut -c -25 > /tmp/panel-fifo && sleep 0.004;done -- cgit v1.2.3-54-g00ecf