# ============================================================================== # Réglages généraux # ============================================================================== startup_message off # pas suffisamment accueillant vbell on # J'aime pô le bip ! vbell_msg "%C -> %n%f %t activity!" activity "activity in %n (%t) [%w:%s]~" altscreen on # alternate screen msgminwait 0 # Premier message ignoré msgwait 10 autodetach on # autodétachable shell $SHELL # sans - devant, sinon ça logge ! deflogin off # histoire d'être sur ... defscrollback 2048 # augmente le scrollback - defaut: 100 defutf8 on # utf8 utf8 on on # utf8 aware # La barre détat hardstatus on hardstatus alwayslastline hardstatus string "%{ck} %H %= %?%-w%?[%n*%f %t]%?%+w%? %= %l " setenv DISPLAY ':0' # terminfo and termcap pou run terminal en 256 couleurs # Autorise le gras - nécessaire (?!) attrcolor b ".I" # Réglages couleurs. AB = background, AF=foreground termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm' defbce "on" # ============================================================================== # Raccourcis claviers # ============================================================================== # Suppression de raccourcis clavier bind k bind ^k bind . bind ^\ bind \\ bind ^h bind h # et leur remplacement bind 'K' kill bind 'I' login on bind 'O' login off bind '}' history # La numérotation des fenêtres commençent à 1, pas à 0 bind c screen 1 bind 0 select 10 # ============================================================================== # Démarrage # ============================================================================== # A lancer au démarrage screen -t root 1 su - screen -t irc 2 #irssi screen -t workspace 3 screen -t shell 4 screen -t shell 5 screen -t shell 6 screen -t monitor 7 htop screen -t logs 8 multitail /var/log/messages /var/log/auth.log screen -t logs 9 multitail /var/log/apache2/access.log /var/log/apache2/error.log /var/log/apache2/suexec.log select 3