Skip to content

Instantly share code, notes, and snippets.

@alextsil
Last active April 15, 2019 06:01
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 alextsil/7e17dcedd7f7c85907f76b3b8b3547a8 to your computer and use it in GitHub Desktop.
Save alextsil/7e17dcedd7f7c85907f76b3b8b3547a8 to your computer and use it in GitHub Desktop.
###################################################################################
# .screenrc -- configuration file for [screen](http://www.gnu.org/software/screen/)
# ___ ___ _ __ ___ ___ _ __ _ __ ___
# / __|/ __| '__/ _ \/ _ \ '_ \| '__/ __|
# _\__ \ (__| | | __/ __/ | | | | | (__
# (_)___/\___|_| \___|\___|_| |_|_| \___|
#
###################################################################################
# Resources:
# * gyaresu's .screenrc: http://delicious.com/search?p=screenrc
###################################################################################
# Don't display the copyright page
startup_message off
# tab-completion flash in heading bar
vbell off
# keep scrollback n lines
defscrollback 10000
shelltitle "$ |bash"
# THIS IS THE PRETTY BIT
#change the hardstatus settings to give an window list at the bottom of the
##screen, with the time and date and with the current window highlighted
hardstatus alwayslastline
#hardstatus string '%{= mK}%-Lw%{= KW}%50>%n%f* %t%{= mK}%+Lw%< %{= kG}%-=%D %d %M %Y %c:%s%{-}'
hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{C} %d/%m %{W}%c %{g}]'
@alextsil
Copy link
Author

not mine. my fav screen.rc
view raw -> wget link -> profit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment