From db1bd46a73e576e9ede764856bf948892e34112d Mon Sep 17 00:00:00 2001 From: kneutron <50146127+kneutron@users.noreply.github.com> Date: Tue, 7 Jun 2022 13:23:18 -0500 Subject: [PATCH] Add files via upload --- dot-screenrc-root | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 dot-screenrc-root diff --git a/dot-screenrc-root b/dot-screenrc-root new file mode 100644 index 0000000..61ccce7 --- /dev/null +++ b/dot-screenrc-root @@ -0,0 +1,21 @@ +hardstatus alwayslastline +hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{=kw}%?%-Lw%?%{r}(%{W}%n*%f %t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{R}%Y-%m-%d %{W}%c %{g}]' +# red for root date = warn/readability xxx 2020.0605 +# color ref: https://www.gnu.org/software/screen/manual/screen.html#String-Escapes +# Default screens +# bashme/aliases not work :( +defscrollback 2000 + +screen -t shell1 0 /bin/bash +screen -t shell2 1 /bin/bash +screen -t shell3 2 /bin/bash +screen -t shell4 3 /usr/local/bin/bash +# bash5 xxx 2020.0605 + + +# switch back to 1st window +select 0 + +# 7 screen -t server 2 sh me@myserver +# 8 screen -t IRC 7 irssi +# 9 screen -t Mail 8 mutt