Guest User

Untitled

a guest
Jun 22nd, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. startup_message off
  2. hardstatus off
  3. hardstatus alwayslastline
  4. hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %m-%d %{W}%c %{g}]'
  5. altscreen on
  6. defbce "on"
  7. defutf8 on
  8. #terminfo and termcap for nice 256 color terminal
  9. # allow bold colors - necessary for some reason
  10. #attrcolor b ".I"
  11. # tell screen how to set colors. AB = background, AF=foreground
  12. termcapinfo xterm "Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm"
  13. termcapinfo xterm-color "Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm"
  14. # erase background with current bg color
  15. #defbce "on"
  16.  
  17. screen -t log sudo tail -f /var/log/everything.log
  18. screen -t weechat weechat-curses
  19.  
  20.  
  21.  
  22.  
  23. #bind j focus down
  24. #bind k focus up
Add Comment
Please, Sign In to add comment