]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
screenrc: Display window flags.
authorSimon Ruderich <simon@ruderich.org>
Sun, 10 Mar 2013 20:37:11 +0000 (21:37 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sun, 10 Mar 2013 20:38:35 +0000 (21:38 +0100)
This also displays "-" for the last active window which is very useful.

screenrc.in

index d36bce52cb40a8e956ff95913c62349f40e61ce4..41b9022811a37c71ea513ca2b48ebc866bb7dc94 100644 (file)
@@ -42,6 +42,11 @@ ignorecase on
 # available.
 shell zsh
 
+# Don't "login" windows (= add them to the utmp database) by default. Not
+# useful for me and the "$" flag clutters the window flags (displayed with
+# %Lw).
+deflogin off
+
 
 # TERMINAL
 
@@ -82,7 +87,7 @@ setenv s "$s%t"      # - window name
 caption always "$s"
 unsetenv s
 # Always display the status line with open windows and the hostname.
-setenv s "$s%w"  # - number and names of windows
+setenv s "$s%Lw" # - number and names of windows, L displays window flags
 setenv s "$s%="  # - right align the following text
 setenv s "$s%l"  # - load average
 setenv s "$s "   # - space