Skip to content

Instantly share code, notes, and snippets.

@thoreg
Created August 13, 2015 14:44
Show Gist options
  • Save thoreg/aef56ec26ae508a5506a to your computer and use it in GitHub Desktop.
Save thoreg/aef56ec26ae508a5506a to your computer and use it in GitHub Desktop.
screenrc
########################################################################
# Allgemein
startup_message off # Keine Willkommensnachricht
vbell off # Kein visuelles Blinken
msgwait 1 # Nachrichten für 1 Sekunden anzeigen
defutf8 on # utf8 bei neuen fenstern
autodetach on # on = default
shelltitle 'bash' # Fenstertitel
hardcopydir $HOME # Screenshots ins Homeverzeichnis
defscrollback 10000 # Buffer
defmonitor off # Aktivitäten nicht in Fenstertitel schreiben
########################################################################
# Meine Fenster
screen -t bash
screen -t bash
screen -t bash
# screen -t irssi irssi
# screen -t syslog sudo tail -f /var/log/everything.log
# screen -t ncmpcpp ncmpcpp
select 1
select 0
########################################################################
# Statuszeile
caption always "%{= wk} %-w%{= KW} [%n %t] %{-}%+w %= | @%H | %l | %Y-%m-%d %c "
# EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment