Advertisement
brickviking

main .twinrc (1 of 7)

Aug 16th, 2020
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. # vim:ww=0:tw=0:
  2. # This file contains the configuration for twin look-n-feel.
  3. # By default, it is installed as ${libdir}/twin/system.twinrc
  4. # and, provided twin is compiled with RC parser support,
  5. # it is used as fallback configuration in case the user does not
  6. # have his own ${HOME}/.twinrc
  7. #
  8. # to customize twin user interface, just copy this file in your
  9. # home directory as `.twinrc' and edit it to your tastes.
  10. #
  11. # Further comments stored in .twincommentsrc
  12. #
  13. # file syntax:
  14. #
  15. # a hash sign '#' at the beginning of a line means the line
  16. # is a comment (you are already reading such a comment!)
  17. #
  18. # Many different commands are recognized, and are listed below.
  19. # A quick summary of all keywords can be found in .twincommentsrc.
  20.  
  21. # All the windowing stuff
  22. Read ".twscreenrc"
  23.  
  24. Module "socket" On
  25. #
  26. # you may also want:
  27. # Module "term" On
  28. #
  29.  
  30. # Utilities
  31. Read ".twutilrc"
  32.  
  33. # Documentation stuff
  34. Read ".twdocrc"
  35.  
  36. #Read in the audio-ish things
  37. Read ".twaudiorc"
  38.  
  39. # Should read in the IRC commands, change term sizes there for irssi's nlf/nls
  40. Read ".twircrc"
  41.  
  42. # Internet related stuff
  43. Read ".twnetrc"
  44.  
  45. # End of file
  46.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement