From 2c94fd6f9cbb999e467863186a5030932fe8549a Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 10 Mar 2013 21:37:11 +0100 Subject: [PATCH] screenrc: Display window flags. This also displays "-" for the last active window which is very useful. --- screenrc.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/screenrc.in b/screenrc.in index d36bce5..41b9022 100644 --- a/screenrc.in +++ b/screenrc.in @@ -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 -- 2.44.1