From d650d5a4ad38642d83fb2d83ddff8fd12917627d Mon Sep 17 00:00:00 2001 From: tinfoil-hat Date: Sat, 5 Nov 2022 15:01:02 +0100 Subject: Update 2022-11-05 15:01 Linux/x86_64 --- .screenrc | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .screenrc (limited to '.screenrc') diff --git a/.screenrc b/.screenrc new file mode 100644 index 0000000..59bcb7d --- /dev/null +++ b/.screenrc @@ -0,0 +1,12 @@ +screen -t /bin/bash + +altscreen on +term screen-256color +bind ',' prev +bind '.' next + +#change the hardstatus settings to give an window list at the bottom of the +##screen, with the time and date and with the current window highlighted +hardstatus alwayslastline +# hardstatus string '%{= kG}%-Lw%{= kW}%50> %n%f* %t%{= kG}%+Lw%< %{= kG}%-=%c:%s%{-}' +hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %m-%d %{W}%c %{g}]' -- cgit v1.2.3