From 6b6fe496e0c46818a89ae47a892add7bb2587577 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Sat, 2 Apr 2016 23:45:45 +0100 Subject: fix push notifications among other things --- Window_Manager/ratpoison/ratpoisonrc.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Window_Manager/ratpoison') diff --git a/Window_Manager/ratpoison/ratpoisonrc.conf b/Window_Manager/ratpoison/ratpoisonrc.conf index e47c056..50de765 100644 --- a/Window_Manager/ratpoison/ratpoisonrc.conf +++ b/Window_Manager/ratpoison/ratpoisonrc.conf @@ -55,7 +55,8 @@ bordscript ###################################### # Panel ###################################### -alias barsend exec ~/.config/ratpoison/panel/windows +#alias barsend exec ~/.config/ratpoison/panel/windows +alias barsend exec 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 # tell ratpoison to ignore panels unmanage rpbar -- cgit v1.2.3-54-g00ecf