Skip to content

Instantly share code, notes, and snippets.

@MagicJohnJang
Created August 22, 2017 08:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MagicJohnJang/aa4cc892ffe8c23df06f396356560d79 to your computer and use it in GitHub Desktop.
Save MagicJohnJang/aa4cc892ffe8c23df06f396356560d79 to your computer and use it in GitHub Desktop.
linux screen config sample
# look and feel
#caption always "%{= bb}%{+b w}%h %=%{=b rw} %l %{= db} ${USER}%S@%H %{= dg}%c"
caption always "%{.bW}%-w%{.rW}%n %t%{-}%+w %=%H %Y-%m-%d %c %p.%S"
#hardstatus alwayslastline "%-Lw%{= BW}%50>%n%f* %t%{-}%+Lw%<"
# 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)"
#activity "Activity in %t(%n)"
#shelltitle "shell"
#shell -$SHELL
# log file path
logfile /tmp/screen-%p.%S.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment