diff options
Diffstat (limited to 'Window_Manager')
-rwxr-xr-x | Window_Manager/ratpoison/firesend | 2 | ||||
-rw-r--r-- | Window_Manager/ratpoison/ratpoisonrc.conf | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Window_Manager/ratpoison/firesend b/Window_Manager/ratpoison/firesend index fb028b6..70ee78e 100755 --- a/Window_Manager/ratpoison/firesend +++ b/Window_Manager/ratpoison/firesend @@ -1,2 +1,2 @@ #!/bin/bash -vimb $@ > /dev/null 2>&1 +vimb $@ > /dev/null 2>&1 & diff --git a/Window_Manager/ratpoison/ratpoisonrc.conf b/Window_Manager/ratpoison/ratpoisonrc.conf index f6f26e6..757d186 100644 --- a/Window_Manager/ratpoison/ratpoisonrc.conf +++ b/Window_Manager/ratpoison/ratpoisonrc.conf @@ -63,6 +63,7 @@ bordscript 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 feh unmanage rpbar unmanage bar unmanage stalonetray |