Dusting screen configurations
This commit is contained in:
parent
aba883fff2
commit
faca939882
10
.screenbots
10
.screenbots
@ -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
|
||||
log off
|
||||
|
99
.screenrc
99
.screenrc
@ -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
|
||||
debug off
|
||||
defsilence off
|
||||
defscrollback 2048
|
||||
defutf8 on
|
||||
defwrap on
|
||||
hardcopy_append off
|
||||
ignorecase off
|
||||
log off
|
||||
startup_message off
|
||||
vbell off
|
||||
|
||||
# Paramètres pour les terminaux
|
||||
|
||||
term screen-256color
|
||||
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
|
||||
@ -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
|
||||
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
|
||||
|
||||
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
|
||||
# Hashed password to reattach
|
||||
password SM4CUO61TsAFs
|
||||
|
||||
# ============================================
|
||||
# Ligne CAPTION : au dessus de la hardstatus
|
||||
# ============================================
|
||||
# Display machine name, screens, load, time and date
|
||||
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
|
||||
#caption always "%{= kw}%?%-Lw%?%{+b kw}%n*%t%f %?(%u)%?%{= kw}%?%+Lw%?"
|
||||
#caption always "%?%{+b kw}%-Lw%?%{yK}%n*%f %t%?(%u)%?%?%{wk}%+Lw%? %{gk}%=%c %{yk}%d/%M/%Y"
|
||||
#caption always "%?%{wk}%-Lw%?%{yK}%n*%f %t%?(%u)%?%?%{wk}%+Lw%?%{wk}%=%{gk}%c"
|
||||
#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"
|
||||
activity "Activity in screen %n-%t"
|
||||
bell_msg "Alert in screen %n-%t"
|
||||
hardstatus alwaysmessage
|
||||
sorendition wk
|
||||
|
||||
# ============================================
|
||||
# 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 !
|
||||
# =========================================
|
||||
# Bindings ####################################################################
|
||||
|
||||
bind s
|
||||
|
||||
bind ` select 0
|
||||
bind F screen -t FTP ncftp
|
||||
bind G screen -t DDG links www.duckduckgo.com
|
||||
bind P paste .
|
||||
|
||||
bind ! screen -t sekhmet ssh sekhmet.pa
|
||||
bind @ screen -t Lab ssh lab
|
||||
bind ` screen -t montou ssh montou
|
||||
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 k2 select 1
|
||||
@ -120,7 +69,3 @@ bind @ screen -t Lab ssh lab
|
||||
#bindkey -k k8 select 7
|
||||
#bindkey -k k9 select 8
|
||||
#bindkey -k k; select 9
|
||||
|
||||
# Écans à charger par défaut
|
||||
|
||||
#screen
|
||||
|
107
.screenstart
107
.screenstart
@ -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
|
||||
debug off
|
||||
defsilence off
|
||||
defscrollback 2048
|
||||
defutf8 on
|
||||
defwrap on
|
||||
hardcopy_append off
|
||||
ignorecase off
|
||||
log off
|
||||
startup_message off
|
||||
vbell off
|
||||
|
||||
# Paramètres pour les terminaux
|
||||
|
||||
term screen-256color
|
||||
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
|
||||
@ -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
|
||||
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
|
||||
|
||||
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
|
||||
# Hashed password to reattach
|
||||
password SM4CUO61TsAFs
|
||||
|
||||
# ============================================
|
||||
# Ligne CAPTION : au dessus de la hardstatus
|
||||
# ============================================
|
||||
# Display machine name, screens, load, time and date
|
||||
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
|
||||
#caption always "%{= kw}%?%-Lw%?%{+b kw}%n*%t%f %?(%u)%?%{= kw}%?%+Lw%?"
|
||||
#caption always "%?%{+b kw}%-Lw%?%{yK}%n*%f %t%?(%u)%?%?%{wk}%+Lw%? %{gk}%=%c %{yk}%d/%M/%Y"
|
||||
#caption always "%?%{wk}%-Lw%?%{yK}%n*%f %t%?(%u)%?%?%{wk}%+Lw%?%{wk}%=%{gk}%c"
|
||||
#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"
|
||||
activity "Activity in screen %n-%t"
|
||||
bell_msg "Alert in screen %n-%t"
|
||||
hardstatus alwaysmessage
|
||||
sorendition wk
|
||||
|
||||
# ============================================
|
||||
# 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 !
|
||||
# =========================================
|
||||
# Bindings ####################################################################
|
||||
|
||||
bind s
|
||||
|
||||
bind ` select 0
|
||||
bind F screen -t FTP ncftp
|
||||
bind G screen -t DDG links www.duckduckgo.com
|
||||
bind P paste .
|
||||
|
||||
bind ` screen -t montou ssh montou
|
||||
bind ! screen -t sekhmet ssh sekhmet
|
||||
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 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
|
||||
|
||||
#bindkey -k k1 select 0
|
||||
@ -126,15 +70,8 @@ bind % screen -t Assouan ssh assouan
|
||||
#bindkey -k k9 select 8
|
||||
#bindkey -k k; select 9
|
||||
|
||||
# Écans à charger par défaut
|
||||
|
||||
#screen -t Finch finch
|
||||
# Écans à charger au lancement
|
||||
screen -t Chat weechat-curses
|
||||
screen -t News slrn
|
||||
screen -t Mails mutt
|
||||
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 -t ToDo ssh nout
|
||||
screen -t Mails ssh nout
|
||||
screen
|
||||
|
Loading…
Reference in New Issue
Block a user