From c323d15aeb1e2806d0b840c74f0022d1e6d97d2c Mon Sep 17 00:00:00 2001 From: Christian Koptein Date: Tue, 15 Sep 2020 00:07:31 +0200 Subject: [PATCH] added screen --- README.md | 1 + screenrc | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 screenrc diff --git a/README.md b/README.md index f95c340..cce663f 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,5 @@ Enable: ``` rm ~/.config/conky/conky.conf && mkdir -p $HOME/.config/conky && ln -s $(pwd)/conky.conf $HOME/.config/conky.conf ln -s $(pwd)/conky.desktop $HOME/.config/autostart/conky.desktop +ln -s $(pwd)/screenrc $HOME/.screenrc ``` diff --git a/screenrc b/screenrc new file mode 100644 index 0000000..1a4254c --- /dev/null +++ b/screenrc @@ -0,0 +1,16 @@ +# Use bash +shell /bin/bash + +autodetach on + +# Big scrollback +defscrollback 5000 + +# No annoying startup message +startup_message off + +# Display the status line at the bottom +hardstatus on +hardstatus alwayslastline +hardstatus string "%{.kW}%-w%{.bW}%t [%n]%{-}%+w %=%{..G} %H %{..Y} %Y/%m/%d %c" +