diff options
author | Tobias Klauser <tklauser@sym.(none)> | 2010-03-28 18:11:25 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@sym.(none)> | 2010-03-28 18:11:25 +0200 |
commit | 04cb46b2d40e3bb5bd785b5d4cd744cf36291a44 (patch) | |
tree | ffe8ba64bf93446fef0a1baa948b97b52f3bdc0d /.screenrc | |
parent | 1626d11ab88c636ffc8209a445dd1711bf675e13 (diff) |
Add updated screenrc from sym
Diffstat (limited to '.screenrc')
-rw-r--r-- | .screenrc | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -1,10 +1,13 @@ # .screenrc -# Tobias Klauser <tklauser@access.unizh.ch> -# $Id: screenrc,v 1.12 2006/03/25 18:00:04 tklauser Exp $ +# Tobias Klauser <tklauser@distanz.ch> +shell /bin/zsh startup_message off autodetach on +screen 0 irssi +screen 1 mutt +screen 2 vim #backtick 1 10 10 /home/tklauser/bin/bat.sh #backtick 2 10 10 /home/tklauser/bin/yacpi -t @@ -13,7 +16,8 @@ autodetach on # set status lines #caption always "%{bw}%w%{wk} %-77= %1`" -caption always "%{wk}%H%{wk} | %{bw}%w%{wk} %-41= | %{rk}%l%{wk} | %{gk}%D %d.%m.%Y %0c%{wk}" +hardstatus alwayslastline +hardstatus string "%{wk}%H%{wk} | %{bw}%w%{wk} %-41= | %{rk}%l%{wk} | %{gk}%D %d.%m.%Y %0c%{wk}" #caption always "%{+b bk}$USER@%{wk}%H%{gk} | %c %{yk}%D %d.%m.%Y | %{rk}(load: %l | cpu: %1` | acpi: %2`)" #caption always "%{+b bk}$USER%{wk}%H: screen%{gk} |%c %{yk}%d.%m.%Y | %{rk}(system load: %l)%-21=%{wk}%D %d.%m.%Y %0c" #caption always "%{+b rk}%H%{gk} |%c %{yk}%d.%m.%Y | %{rw}%n%f %t %{bk} | %?%-Lw%?%{bw}%n*%f %t%?(%u)%?%{wk}%?%+Lw%? | %{rk} Load: %l %{wk}" |