Last active
September 29, 2024 03:08
-
-
Save novelistparty/e976878454323ba361af608b9beb37a5 to your computer and use it in GitHub Desktop.
.screenrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 | |
# change color of caption by replacing "bb" | |
# change color of hardstatus by replacing "B" | |
# colors listed in here: `info screen "String Escapes"` | |
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment