Guest User

Untitled

a guest
Feb 21st, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. # UTF stuff
  2. setenv LC_CTYPE en_US.UTF-8
  3. defutf8 on
  4.  
  5. # Obvious...
  6. startup_message off
  7. autodetach on
  8. vbell on
  9. shell -bash
  10.  
  11. # My awesome hardstatus d-:
  12. hardstatus alwayslastline "%{=b kW}[ $USER @ %H %{b W}][%= %{= kw}%?%-Lw%?(%{W}%n*%f%t%?(%u)%?)%{w}%?%+Lw%?%?%= %{b W}][ %l %{b W}][ %d/%m %c %{b W}]"
  13.  
  14. # More randomness
  15. activity "%c activity -> %n%f %t"
  16. bell "%c bell -> %n%f %t^G"
  17. vbell_msg " !visual bell! "
  18.  
  19. source $HOME/.screenrc.local
Add Comment
Please, Sign In to add comment