]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - shell/screenrc.in
screenrc: only show hostname in hardstatus on remote systems
[config/dotfiles.git] / shell / screenrc.in
index 0ac4b7c7d5bd5a5c6dd2bd2b79134d57ba6f8842..e9f397a7c7036816765a015752a9941ca6d6038c 100644 (file)
@@ -74,8 +74,8 @@ unsetenv s
 # Always display the status line with open windows and the hostname.
 setenv s "$s%Lw" # - number and names of windows, L displays window flags
 setenv s "$s%="  # - right align the following text
-setenv s "$s "   # - space
-setenv s "$s%H"  # - hostname
+setenv s "$s "   # - space          (REMOTE)
+setenv s "$s%H"  # - hostname       (REMOTE)
 setenv s "$s "   # - space          (TEMPERATURE)
 setenv s "$s%2`" # - temperature    (TEMPERATURE)
 setenv s "$s "   # - space          (BATTERY)