From e0d3df794002bc0dffeabe40062f16edb08affee Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 3 Sep 2022 19:15:11 +0300 Subject: [PATCH] .screenrc: Use `caption` instead of `hardstatus` With `caption` `screen` changes terminal icon name. --- .screenrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.screenrc b/.screenrc index 4eefc6c..a085862 100644 --- a/.screenrc +++ b/.screenrc @@ -93,8 +93,10 @@ termcapinfo xterm*|rxvt*|kterm*|Eterm* hs:ts=\E]0;:fs=\007:ds=\E]0;\007 # display window number, flags and title # for inactive windows - black on yellow (brown) # for active window - black on green -hardstatus alwayslastline -hardstatus string "%{= yk}%-w%{= gk}%n%f %t%{-}%+w %-=" +#hardstatus alwayslastline +#hardstatus string "%{= yk}%-w%{= gk}%n%f %t%{-}%+w %-=" + +caption always "%{= yk}%-w%{= gk}%n%f %t%{-}%+w %-=" # set these terminals up to be 'optimal' instead of vt100 termcapinfo xterm*|rxvt*|linux*|Eterm* OP -- 2.39.2