diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2016-04-02 23:45:45 +0100 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2016-04-02 23:45:45 +0100 |
commit | 6b6fe496e0c46818a89ae47a892add7bb2587577 (patch) | |
tree | ed080bcbb6b445f4a27f5942b41939c7e144f2b3 /Window_Manager/ratpoison | |
parent | 2c62e4351d1e4ccb39ea47680015efef4f13161b (diff) | |
download | dotfiles-6b6fe496e0c46818a89ae47a892add7bb2587577.tar.gz dotfiles-6b6fe496e0c46818a89ae47a892add7bb2587577.tar.bz2 dotfiles-6b6fe496e0c46818a89ae47a892add7bb2587577.zip |
fix push notifications among other things
Diffstat (limited to 'Window_Manager/ratpoison')
-rw-r--r-- | Window_Manager/ratpoison/ratpoisonrc.conf | 3 |
1 files changed, 2 insertions, 1 deletions
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 |