Loading

Paste #pz1oclnxp

  1. ####### STYLE #######
  2. # write screen-content to xterm buffer -> enable scrolling!
  3. termcapinfo xterm* ti@:te@
  4.  
  5. # last line -> stats
  6. hardstatus alwayslastline "%{+b kr}$USER@%{kw}%H | %3` %{ky}(load: %l) %-21=%{kw}%D %d.%m.%Y %0c"
  7. # above line -> screen tabs
  8. caption always "%{rw}%n%f %t %{wk} | %?%-Lw%?%{bw}%n*%f %t%?(%u)%?%{wk}%?%+Lw%? %{wk}"
  9.  
  10. # detach automatically if session closses
  11. autodetach on
  12.  
  13. # nethack-styles ;-)
  14. nethack on
  15.  
  16.  
  17. ####### MESSAGING #######
  18. vbell on
  19. vbell_msg " *beep* "
  20.  
  21. # log 10000 lines
  22. defscrollback 10000
  23.  
  24. # no default-msg on startup
  25. startup_message off
  26. msgminwait 3 # default: 1
  27. silencewait 15 # default: 30
  28.  
  29. activity "activity in %n (%t) [%w:%s]~"
  30. bell "bell in %n (%t) [%w:%s]~"
  31. pow_detach_msg "Screen session of \$LOGNAME \$:cr:\$:nl:ended."
  32.  
  33. msgwait 1
  34. version
  35. msgwait 2
  36.  
  37.  
  38. ####### ENV #######
  39. # copy all visible data to a file
  40. hardcopy_append on
  41. # must exists
  42. hardcopydir $HOME/.screen-hardcopy

Comments