Dusting screen configurations

This commit is contained in:
nemunaire 2014-08-10 17:48:15 +02:00
parent aba883fff2
commit faca939882
3 changed files with 50 additions and 166 deletions

View File

@ -1,10 +1,12 @@
# =================================================== #=============================================================================
# #
# Fichier de configuration de screen par Némunaire # FILE: .screenbots
# #
# Dernière modification : 18/01/2012 # USAGE: screen -c .screenbots
# #
# =================================================== # AUTHOR: nemunaire <nemunaire@nemunai.re>
# CREATED: 01/18/2012
#=============================================================================
defutf8 on defutf8 on
log off log off

View File

@ -1,29 +1,19 @@
# =================================================== #=============================================================================
# #
# Fichier de configuration de screen par Némunaire # FILE: .screenrc
# #
# Dernière modification : 06/11/2010 # USAGE: screen -c .screenrc
# #
# =================================================== # AUTHOR: nemunaire <nemunaire@nemunai.re>
# CREATED: 03/18/2010
#=============================================================================
# Paramètres booléens
allpartial off
altscreen off
autodetach on
crlf off crlf off
debug off defscrollback 2048
defsilence off
defutf8 on defutf8 on
defwrap on
hardcopy_append off
ignorecase off
log off
startup_message off startup_message off
vbell off vbell off
# Paramètres pour les terminaux
term screen-256color term screen-256color
termcap xterm hs@:cs=\E[%i%d;%dr:im=\E[4h:ei=\E[4l termcap xterm hs@:cs=\E[%i%d;%dr:im=\E[4h:ei=\E[4l
terminfo xterm hs@:cs=\E[%i%p1%d;%p2%dr:im=\E[4h:ei=\E[4l terminfo xterm hs@:cs=\E[%i%p1%d;%p2%dr:im=\E[4h:ei=\E[4l
@ -42,73 +32,32 @@ termcapinfo hp700 'Z0=\E[?3h:Z1=\E[?3l:hs:ts=\E[62"p\E[0$~\E[2$~\E[1$}:fs=\E[0}
termcap vt100* ms:AL=\E[%dL:DL=\E[%dM:UP=\E[%dA:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC termcap vt100* ms:AL=\E[%dL:DL=\E[%dM:UP=\E[%dA:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC
terminfo vt100* ms:AL=\E[%p1%dL:DL=\E[%p1%dM:UP=\E[%p1%dA:DO=\E[%p1%dB:LE=\E[%p1%dD:RI=\E[%p1%dC terminfo vt100* ms:AL=\E[%p1%dL:DL=\E[%p1%dM:UP=\E[%p1%dA:DO=\E[%p1%dB:LE=\E[%p1%dD:RI=\E[%p1%dC
# Paramètres entiers # Hashed password to reattach
defscrollback 2048
msgminwait 0
msgwait 5
silencewait 15
# Paramètres chemins d'accès/dossiers
#shell -$SHELL
shell bash
#shell zsh
# Paramètres textuels
#mot de passe pour rattacher
password SM4CUO61TsAFs password SM4CUO61TsAFs
# ============================================ # Display machine name, screens, load, time and date
# Ligne CAPTION : au dessus de la hardstatus caption always "%{= kY}[%H]%{kw}%= %?%-Lw%?%{r}(%{y}%n%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{kw}%l %{kg}%c %{kC}%d %M"
# ============================================
#Affiche la liste des écrans activity "Activity in screen %n-%t"
#caption always "%{= kw}%?%-Lw%?%{+b kw}%n*%t%f %?(%u)%?%{= kw}%?%+Lw%?" bell_msg "Alert in screen %n-%t"
#caption always "%?%{+b kw}%-Lw%?%{yK}%n*%f %t%?(%u)%?%?%{wk}%+Lw%? %{gk}%=%c %{yk}%d/%M/%Y" hardstatus alwaysmessage
#caption always "%?%{wk}%-Lw%?%{yK}%n*%f %t%?(%u)%?%?%{wk}%+Lw%?%{wk}%=%{gk}%c" sorendition wk
#caption always "%{gk}[%H] %?%{wk}%-Lw%?%{yK}%n*%f%t%?(%u)%?%?%{wk}%+Lw%?%{wk} %-= %l %{gk}%c %{yk}%d.%M%y"
caption always "%{= kC}[%{C}%H%{c}]%{kw}[%= %{= kw}%?%-Lw%?%{r}(%{y}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{kw}]%l %{kg}%c %{ky}%d.%M%y"
# ============================================ # Bindings ####################################################################
# Ligne HARDSTATUS
# ===========================================
#hardstatus alwayslastline "%?%{wk}%-Lw%?%{yK}%n*%f %t%?(%u)%?%?%{wk}%+Lw%? %{gk}%=%c %{yk}%d/%M/%Y"
#hardstatus alwayslastline "%{+b kr}[ %H ] %{ky} Load: %l %-=%{kb} %c %d.%m.%Y"
#hardstatus alwayslastline "%{kg}[%H] %{kw} Charge : %l %{+b}%-=% %t %{ky}%d.%M%y"
hardstatus alwaysmessage
# Coloration
sorendition wk
# ==========================================
# Messages en tous genre
# ==========================================
activity "%{wr}Activite dans l'ecran $%n-%t a %c:%s~%{+b}%-=% %t %d.%M%y"
bell "%{wr}Avertissement dans l'ecran $%n-%t a %c:%s~%{+b}%-=% %t %{ky}%d.%M%y"
pow_detach_msg "Screen session of \$LOGNAME \$:cr:\$:nl:ended."
vbell_msg " *beep* "
# =========================================
# Bind !
# =========================================
bind s bind s
bind ` select 0
bind F screen -t FTP ncftp bind F screen -t FTP ncftp
bind G screen -t DDG links www.duckduckgo.com bind G screen -t DDG links www.duckduckgo.com
bind P paste . bind P paste .
bind ! screen -t sekhmet ssh sekhmet.pa bind ` screen -t montou ssh montou
bind @ screen -t Lab ssh lab bind ! screen -t nout ssh nout
bind @ screen -t sekhmet ssh sekhmet
bind \# screen -t Bastet ssh bastet
bind $ screen -t Assouan ssh assouan
bind % screen -t fonera ssh fonera
#bind & screen -t Chendjit ssh chendjit
#bindkey -k k1 select 0 #bindkey -k k1 select 0
#bindkey -k k2 select 1 #bindkey -k k2 select 1
@ -120,7 +69,3 @@ bind @ screen -t Lab ssh lab
#bindkey -k k8 select 7 #bindkey -k k8 select 7
#bindkey -k k9 select 8 #bindkey -k k9 select 8
#bindkey -k k; select 9 #bindkey -k k; select 9
# Écans à charger par défaut
#screen

View File

@ -1,29 +1,19 @@
# =================================================== #=============================================================================
# #
# Fichier de configuration de screen par Némunaire # FILE: .screenstart
# #
# Dernière modification : 06/11/2010 # USAGE: screen -c .screenstart
# #
# =================================================== # AUTHOR: nemunaire <nemunaire@nemunai.re>
# CREATED: 03/18/2010
#=============================================================================
# Paramètres booléens
allpartial off
altscreen off
autodetach on
crlf off crlf off
debug off defscrollback 2048
defsilence off
defutf8 on defutf8 on
defwrap on
hardcopy_append off
ignorecase off
log off
startup_message off startup_message off
vbell off vbell off
# Paramètres pour les terminaux
term screen-256color term screen-256color
termcap xterm hs@:cs=\E[%i%d;%dr:im=\E[4h:ei=\E[4l termcap xterm hs@:cs=\E[%i%d;%dr:im=\E[4h:ei=\E[4l
terminfo xterm hs@:cs=\E[%i%p1%d;%p2%dr:im=\E[4h:ei=\E[4l terminfo xterm hs@:cs=\E[%i%p1%d;%p2%dr:im=\E[4h:ei=\E[4l
@ -42,77 +32,31 @@ termcapinfo hp700 'Z0=\E[?3h:Z1=\E[?3l:hs:ts=\E[62"p\E[0$~\E[2$~\E[1$}:fs=\E[0}
termcap vt100* ms:AL=\E[%dL:DL=\E[%dM:UP=\E[%dA:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC termcap vt100* ms:AL=\E[%dL:DL=\E[%dM:UP=\E[%dA:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC
terminfo vt100* ms:AL=\E[%p1%dL:DL=\E[%p1%dM:UP=\E[%p1%dA:DO=\E[%p1%dB:LE=\E[%p1%dD:RI=\E[%p1%dC terminfo vt100* ms:AL=\E[%p1%dL:DL=\E[%p1%dM:UP=\E[%p1%dA:DO=\E[%p1%dB:LE=\E[%p1%dD:RI=\E[%p1%dC
# Paramètres entiers # Hashed password to reattach
defscrollback 2048
msgminwait 0
msgwait 5
silencewait 15
# Paramètres chemins d'accès/dossiers
#shell -$SHELL
shell bash
#shell zsh
# Paramètres textuels
#mot de passe pour rattacher
password SM4CUO61TsAFs password SM4CUO61TsAFs
# ============================================ # Display machine name, screens, load, time and date
# Ligne CAPTION : au dessus de la hardstatus caption always "%{= kY}[%H]%{kw}%= %?%-Lw%?%{r}(%{y}%n%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{kw}%l %{kg}%c %{kC}%d %M"
# ============================================
#Affiche la liste des écrans activity "Activity in screen %n-%t"
#caption always "%{= kw}%?%-Lw%?%{+b kw}%n*%t%f %?(%u)%?%{= kw}%?%+Lw%?" bell_msg "Alert in screen %n-%t"
#caption always "%?%{+b kw}%-Lw%?%{yK}%n*%f %t%?(%u)%?%?%{wk}%+Lw%? %{gk}%=%c %{yk}%d/%M/%Y" hardstatus alwaysmessage
#caption always "%?%{wk}%-Lw%?%{yK}%n*%f %t%?(%u)%?%?%{wk}%+Lw%?%{wk}%=%{gk}%c" sorendition wk
#caption always "%{gk}[%H] %?%{wk}%-Lw%?%{yK}%n*%f%t%?(%u)%?%?%{wk}%+Lw%?%{wk} %-= %l %{gk}%c %{yk}%d.%M%y"
caption always "%{= kC}[%{C}%H%{c}]%{kw}[%= %{= kw}%?%-Lw%?%{r}(%{y}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{kw}]%l %{kg}%c %{ky}%d.%M%y"
# ============================================ # Bindings ####################################################################
# Ligne HARDSTATUS
# ===========================================
#hardstatus alwayslastline "%?%{wk}%-Lw%?%{yK}%n*%f %t%?(%u)%?%?%{wk}%+Lw%? %{gk}%=%c %{yk}%d/%M/%Y"
#hardstatus alwayslastline "%{+b kr}[ %H ] %{ky} Load: %l %-=%{kb} %c %d.%m.%Y"
#hardstatus alwayslastline "%{kg}[%H] %{kw} Charge : %l %{+b}%-=% %t %{ky}%d.%M%y"
hardstatus alwaysmessage
# Coloration
sorendition wk
# ==========================================
# Messages en tous genre
# ==========================================
activity "%{wr}Activite dans l'ecran $%n-%t a %c:%s~%{+b}%-=% %t %d.%M%y"
bell "%{wr}Avertissement dans l'ecran $%n-%t a %c:%s~%{+b}%-=% %t %{ky}%d.%M%y"
pow_detach_msg "Screen session of \$LOGNAME \$:cr:\$:nl:ended."
vbell_msg " *beep* "
# =========================================
# Bind !
# =========================================
bind s bind s
bind ` select 0
bind F screen -t FTP ncftp bind F screen -t FTP ncftp
bind G screen -t DDG links www.duckduckgo.com bind G screen -t DDG links www.duckduckgo.com
bind P paste . bind P paste .
bind ` screen -t montou ssh montou bind ` screen -t montou ssh montou
bind ! screen -t sekhmet ssh sekhmet bind ! screen -t nout ssh nout
bind @ screen -t Lab ssh lab bind @ screen -t sekhmet ssh sekhmet
bind \# screen -t Bastet ssh bastet bind \# screen -t Bastet ssh bastet
bind $ screen -t Aton ssh aton bind $ screen -t Assouan ssh assouan
bind % screen -t Assouan ssh assouan bind % screen -t fonera ssh fonera
#bind & screen -t Chendjit ssh chendjit #bind & screen -t Chendjit ssh chendjit
#bindkey -k k1 select 0 #bindkey -k k1 select 0
@ -126,15 +70,8 @@ bind % screen -t Assouan ssh assouan
#bindkey -k k9 select 8 #bindkey -k k9 select 8
#bindkey -k k; select 9 #bindkey -k k; select 9
# Écans à charger par défaut # Écans à charger au lancement
#screen -t Finch finch
screen -t Chat weechat-curses screen -t Chat weechat-curses
screen -t News slrn screen -t ToDo ssh nout
screen -t Mails mutt screen -t Mails ssh nout
screen -t ToDo /home/nemunaire/.ikog.py
#screen -t Chat screen -m -c /home/nemunaire/.screenchat
#screen -t RSS newsbeuter -r
#screen -t nemubot screen -rd nemubots
#screen -t Torrents /home/nemunaire/.transmission-remote-cli.py
screen screen