Advertisement
Guest User

Untitled

a guest
Jan 11th, 2014
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. defutf8 on
  2. vbell on
  3. vbell_msg "vbell %n"
  4. bell_msg "Bell %n"
  5. activity "Activity on %n"
  6. defmonitor on
  7. crlf off
  8. #autodetach on
  9. altscreen on
  10. #idle 30 eval "screen cmatrix -f -o -u 10" "idle 0"
  11. startup_message off
  12. caption always
  13. caption string "%{wk}%-w%{wb}%n %t%{-}%+w %=%{c}%{y}%d.%m.%Y%{g} %c:%s"
  14.  
  15. defscrollback 10000
  16. defnonblock 5
  17.  
  18. screen -t "htop" htop
  19. screen -t "bash" bash
  20. escape ^da
  21.  
  22. #termcapinfo * ti@:te@
  23.  
  24. bind \011 windowlist -b
  25.  
  26. bind h screen -t "htop" htop
  27. bind M screen -t "mc" mc
  28. shelltitle "$ |bash"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement