Guest User

Untitled

a guest
Jan 16th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. $ cat .screenrc
  2. defscrollback 10000
  3. caption always "%?%F%{-b bc}%:%{-b bb}%?%C|%D|%M %d|%H%?%F%{+u wb}%? %L=%-Lw%45>%{+b by}%n%f*%t%{-}%+Lw%-0<"
  4.  
  5. shell bash
  6.  
  7. bind j focus down
  8. bind k focus up
  9. bind t focus top
  10. bind b focus bottom
  11.  
  12. screen -t 'system'
  13. screen -t 'alpine'
  14. screen -t 'programming'
  15. screen -t 'suppliments'
  16. screen -t 'ssh'
  17. screen -t 'webby'
  18. screen -t 'ipython' ipython
  19. screen -t 'mpg321'
  20. screen -t 'irssi'
  21.  
  22. url-viewers=_TEST("test '${TERM}' = screen-bce")_ "/usr/bin/screen screlinks _URL_", "/usr/bin/firefox _URL_"
  23.  
  24. running='elinks -remote ping()'
  25. if $running
  26. then # echo "elinks running"
  27. /usr/bin/elinks -remote $@
  28. else # echo "elinks not running"
  29. /usr/bin/elinks $@
  30. fi
Add Comment
Please, Sign In to add comment