X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fgrml%2Fscreenrc_generic;h=fdbaf37799e8fa506e306ea273bf0a426101debb;hb=69255e617abd0d063240d11f975b2fecf94d758e;hp=aa4799c472d30a7b9d423418bc9bf9e11c01b7a9;hpb=8050e93ca39dde364a3a2cd3163b6b60ed6d8dd7;p=grml-etc-core.git diff --git a/etc/grml/screenrc_generic b/etc/grml/screenrc_generic index aa4799c..fdbaf37 100644 --- a/etc/grml/screenrc_generic +++ b/etc/grml/screenrc_generic @@ -1,17 +1,16 @@ -# Filename: screenrc -# Purpose: config file for GNU screen +# Filename: /etc/grml/screenrc_generic +# Purpose: generic configuration file for GNU screen # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Fre Sep 28 23:35:53 CEST 2007 [mika] ################################################################################ - caption always "%{+b kr}$USER@%{kw}%H | %{ky}(load: %l |%{kr}) %-21=%{kw}%D %d.%m.%Y %0c" - hardstatus alwayslastline "%{rw}%n%f %t %{wk} | %?%-Lw%?%{bw}%n*%f %t%?(%u)%?%{wk}%?%+Lw%?" + caption always "%{+b rk}$USER@%{wk}%H | %{yk}(load: %l) %-21=%{wk}%D %Y-%m-%d %0c" + hardstatus alwayslastline "%{wr}%n%f %t %{kw} | %?%-Lw%?%{wb}%n*%f %t%?(%u)%?%{kw}%?%+Lw%? %{wk}" # switch order of caption and hardstatus: -# hardstatus alwayslastline "%{+b kr}$USER@%{kw}%H | %{ky}(load: %l |%{kr}) %-21=%{kw}%D %d.%m.%Y %0c" -# caption always "%{rw}%n%f %t %{wk} | %?%-Lw%?%{bw}%n*%f %t%?(%u)%?%{wk}%?%+Lw%?" +# hardstatus alwayslastline "%{+b rk}$USER@%{wk}%H | %{yk}(load: %l |%{rk} cpu: %1` | %{Gk}net: %2`) %-21=%{wk}%D %Y-%m-%d %0c" +# caption always "%{wr}%n%f %t %{kw} | %?%-Lw%?%{wb}%n*%f %t%?(%u)%?%{kw}%?%+Lw%? %{wk}" # detach on hangup autodetach on # default: on @@ -35,7 +34,7 @@ # fix the "screen.linux" terminal problem (see Debian BTS #238355 + #239776) # term linux - shell /bin/zsh +# shell /bin/zsh # "sorendition": set the colors for # the "messages" and "text marking" @@ -109,9 +108,6 @@ bind 'O' login off bind '}' history - bind G screen -t 'google' w3m www.google.com - bind H screen -t HeiseTicker w3m www.heise.de/newsticker/pda/data/paket4.html - # Paste - use 'P' instead of ']': # bind P # unbound by default bind P paste . @@ -127,13 +123,13 @@ bind X lockscreen # 030511 Workaround for stupid machines without xmodmap ;-) - bindkey -t °a stuff "ä" - bindkey -t °A stuff "Ä" - bindkey -t °o stuff "ö" - bindkey -t °O stuff "Ö" - bindkey -t °u stuff "ü" - bindkey -t °U stuff "Ü" - bindkey -t °s stuff "ß" + bindkey -t °a stuff "ä" + bindkey -t °A stuff "Ä" + bindkey -t °o stuff "ö" + bindkey -t °O stuff "Ö" + bindkey -t °u stuff "ü" + bindkey -t °U stuff "Ü" + bindkey -t °s stuff "ß" msgwait 1 version @@ -144,7 +140,10 @@ # To get screen to add lines to xterm's scrollback buffer, uncomment the # following termcapinfo line which tells xterm to use the normal screen buffer # (which has scrollback), not the alternate screen buffer. - termcapinfo xterm|xterms|xs|rxvt ti@:te@ + termcapinfo xterm|xterm-256color|xterms|xs|rxvt ti@:te@ # Welcome the user: echo "welcome BoFH!" + +# vim: ft=screen +## END OF FILE #################################################################