From a13b705c03a3242b08d21b15b2caecb5ec0a76ea Mon Sep 17 00:00:00 2001 From: Gregory Trolliet Date: Sun, 13 Oct 2019 16:53:36 +0200 Subject: [PATCH] Add screen files --- .screenrc | 12 ++++++++++++ .screenrc.master | 25 +++++++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 .screenrc create mode 100644 .screenrc.master diff --git a/.screenrc b/.screenrc new file mode 100644 index 0000000..39efc18 --- /dev/null +++ b/.screenrc @@ -0,0 +1,12 @@ +startup_message off +termcapinfo xterm|xterms|xs|rxvt ti@:te@ + +hardstatus on +hardstatus alwayslastline +#hardstatus string "%{.bW}%?%-Lw%?%{.rW}%n*%f %t%?(%u)%?%{-}%?%+Lw%? %=%{..G}%H%=%{..Y} %D %d/%M/%Y %c:%s" +hardstatus string "%{= KW} %-Lw%{= WK}%n+%f %t%{-}%+Lw %=[%d/%m/%y %4c] [%l]" + +defutf8 on +defkanji utf-8 +encoding utf-8 utf-8 +defencoding utf-8 diff --git a/.screenrc.master b/.screenrc.master new file mode 100644 index 0000000..4c94f65 --- /dev/null +++ b/.screenrc.master @@ -0,0 +1,25 @@ +startup_message off +termcapinfo xterm|xterms|xs|rxvt ti@:te@ + +activity "%c activity -> %n%f %t" +caption splitonly "%{= wK}%-w%?%F%{= bw}%:%{= Wk}%? %n %t %{-}%+w %-= " + +hardstatus on +hardstatus alwayslastline +#hardstatus string "%{.bW}%?%-Lw%?%{.rW}%n*%f %t%?(%u)%?%{-}%?%+Lw%? %=%{..G}%H%=%{..Y} %D %d/%M/%Y %c:%s" +hardstatus string "%{= KW} %-Lw%{= WK}%n+%f %t%{-}%+Lw %=[%d/%m/%y %4c] [%l]" + +defutf8 on +defkanji utf-8 +encoding utf-8 utf-8 +defencoding utf-8 + +screen -t admin 0 +#split -v +#focus bottom +screen -t ragCloud 1 ssh debian@trolliet.info +#screen -t WeeChat 2 ssh -t raghnarok@ragnas 'screen -dr' +#split +#focus down +screen -t cmus 2 cmus +screen -t rTorrent 3 ssh -t rtorrent@ragnas 'screen -dr'