1
0
Fork 0
mirror of https://github.com/hcartiaux/dotfiles.git synced 2024-10-18 17:25:23 +02:00
dotfiles/screen/screenrc

31 lines
1.2 KiB
Text
Raw Normal View History

2013-05-02 23:39:08 +02:00
###################################################################################
# .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 1000
# Each new shell should be a login shell (always source .bashrc)
shell -$SHELL
shelltitle "$ |bash:"
2013-05-02 23:39:08 +02:00
# 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 '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %d/%m %{W}%c %{g}]'