From 65396a36c61b9115a33632cbb2b1165b7b2325eb Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Thu, 4 Jul 2024 21:51:55 +0200 Subject: [PATCH] Added .screenrc. --- .gitignore | 1 + .screenrc | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 .screenrc diff --git a/.gitignore b/.gitignore index 2830123a..ddb6d49f 100644 --- a/.gitignore +++ b/.gitignore @@ -33,6 +33,7 @@ !.gitignore #!.toprc +!.screenrc !.tmux.conf !.vimrc !.Xresources diff --git a/.screenrc b/.screenrc new file mode 100644 index 00000000..ec887c86 --- /dev/null +++ b/.screenrc @@ -0,0 +1,24 @@ +# skip the startup message +startup_message off + +# go to home dir +chdir + +# Automatically detach on hangup. +autodetach on + +# Change default scrollback value for new windows +defscrollback 10000 + +# start with visual bell as default +vbell on +vbell_msg "bell on %t (%n)" + +# look and feel +caption always "%{= bb}%{+b w}%n %t %h %=%l %H %c" +hardstatus alwayslastline "%-Lw%{= BW}%50>%n%f* %t%{-}%+Lw%<" + +activity "Activity in %t(%n)" + +#shelltitle "shell" +#shell -$SHELL