X-Git-Url: https://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=etc%2Fgrml%2Fscreenrc_generic;h=93632b4529737d5cec0bae059d70c93d3a0e4058;hb=08c9c9c19ba3699cd0559aacd65a80cbfae02521;hp=5c76c1e8bde6aecdd86c47ee7771df7889cbdc7f;hpb=9de146659752dda7e6413debfea77820735d1611;p=grml-etc-core.git diff --git a/etc/grml/screenrc_generic b/etc/grml/screenrc_generic index 5c76c1e..93632b4 100644 --- a/etc/grml/screenrc_generic +++ b/etc/grml/screenrc_generic @@ -5,11 +5,11 @@ # License: This file is licensed under the GPL v2. ################################################################################ - caption always "%{+b rk}$USER@%{wk}%H | %{yk}(load: %l) %-21=%{wk}%D %d.%m.%Y %0c" + 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 rk}$USER@%{wk}%H | %{yk}(load: %l |%{rk} cpu: %1` | %{Gk}net: %2`) %-21=%{wk}%D %d.%m.%Y %0c" +# 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 @@ -34,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" @@ -126,13 +126,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 @@ -147,3 +147,6 @@ # Welcome the user: echo "welcome BoFH!" + +# vim: ft=screen +## END OF FILE #################################################################