Advertisement
METAJIJI

.screenrc

Mar 12th, 2015
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. startup_message off
  2. defscrollback 5000
  3. termcapinfo xterm ti@:te@
  4. termcapinfo xterm-color ti@:te@
  5.  
  6. # Hardstatus line at bottom of screen
  7. hardstatus alwayslastline
  8. hardstatus alwayslastline '%{gk}[%{G}%H%{g}]%{wk}%?%-Lw%?%{=b kR}(%{W}%n*%f %t%?(%u)%?%{=b kR})%{= kw}%?%+Lw%?%?%= %{g}%{=b C}[%{= Y}%l%{=b C}]%{= W}[%1]'
  9.  
  10. #vbell off
  11. vbell_msg " *beep* "
  12.  
  13. #shell -$SHELL
  14.  
  15. #logtstamp on
  16. #logtstamp after 1
  17. #logfile flush
  18.  
  19. # Pre-runned screens:
  20. #screen -t rOOt 0 sudo -s
  21. #screen -t Shell 1 bash
  22. #select Shell
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement