Add screen files
This commit is contained in:
parent
da251d1f4f
commit
a13b705c03
2 changed files with 37 additions and 0 deletions
12
.screenrc
Normal file
12
.screenrc
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
startup_message off
|
||||||
|
termcapinfo xterm|xterms|xs|rxvt ti@:te@
|
||||||
|
|
||||||
|
hardstatus on
|
||||||
|
hardstatus alwayslastline
|
||||||
|
#hardstatus string "%{.bW}%?%-Lw%?%{.rW}%n*%f %t%?(%u)%?%{-}%?%+Lw%? %=%{..G}%H%=%{..Y} %D %d/%M/%Y %c:%s"
|
||||||
|
hardstatus string "%{= KW} %-Lw%{= WK}%n+%f %t%{-}%+Lw %=[%d/%m/%y %4c] [%l]"
|
||||||
|
|
||||||
|
defutf8 on
|
||||||
|
defkanji utf-8
|
||||||
|
encoding utf-8 utf-8
|
||||||
|
defencoding utf-8
|
25
.screenrc.master
Normal file
25
.screenrc.master
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
startup_message off
|
||||||
|
termcapinfo xterm|xterms|xs|rxvt ti@:te@
|
||||||
|
|
||||||
|
activity "%c activity -> %n%f %t"
|
||||||
|
caption splitonly "%{= wK}%-w%?%F%{= bw}%:%{= Wk}%? %n %t %{-}%+w %-= "
|
||||||
|
|
||||||
|
hardstatus on
|
||||||
|
hardstatus alwayslastline
|
||||||
|
#hardstatus string "%{.bW}%?%-Lw%?%{.rW}%n*%f %t%?(%u)%?%{-}%?%+Lw%? %=%{..G}%H%=%{..Y} %D %d/%M/%Y %c:%s"
|
||||||
|
hardstatus string "%{= KW} %-Lw%{= WK}%n+%f %t%{-}%+Lw %=[%d/%m/%y %4c] [%l]"
|
||||||
|
|
||||||
|
defutf8 on
|
||||||
|
defkanji utf-8
|
||||||
|
encoding utf-8 utf-8
|
||||||
|
defencoding utf-8
|
||||||
|
|
||||||
|
screen -t admin 0
|
||||||
|
#split -v
|
||||||
|
#focus bottom
|
||||||
|
screen -t ragCloud 1 ssh debian@trolliet.info
|
||||||
|
#screen -t WeeChat 2 ssh -t raghnarok@ragnas 'screen -dr'
|
||||||
|
#split
|
||||||
|
#focus down
|
||||||
|
screen -t cmus 2 cmus
|
||||||
|
screen -t rTorrent 3 ssh -t rtorrent@ragnas 'screen -dr'
|
Loading…
Reference in a new issue