My dotfiles. Period.

config 5.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. # This is a configuration file for the MOC player. It should be named
  2. # 'config' and placed in the ~/.moc directory. As this file can specify
  3. # commands which invoke other applications, MOC will refuse to start if it
  4. # is not owned by either root or the current user, or if it is writable by
  5. # anyone other than its owner. All options are given with their default
  6. # values, and therefore commented.
  7. # Comments begin with '#'.
  8. # You can use quotes and escape ('\') in parameters.
  9. #
  10. # You can have variable values substituted by enclosing the variable name
  11. # as "${...}". (This only applies to the portion of the option following
  12. # the ' ='.) Variables are substituted first from the environment then,
  13. # if not found, from the configuration options. (Note that the value of
  14. # a configuration option substituted is that which it has at the time the
  15. # substitution variable is encountered.) If there is a naming conflict
  16. # between an environment and configuration variable, you may be able to
  17. # resolve it by using lowercase as the environment variable matches are
  18. # case-sensitive whereas the configuration variables are not.
  19. #
  20. # You can also use the form "${...:-...}" where the value in the second
  21. # position will be substituted if the variable name given in the first
  22. # position is unset or null.
  23. #
  24. # So, for example:
  25. #
  26. # MusicDir = /music/${USER:-public}
  27. # Fastdir1 = ${MusicDir}/mp3/rock
  28. # Fastdir2 = ${MusicDir}/mp3/electronic
  29. # Fastdir3 = ${MusicDir}/mp3/rap
  30. # Fastdir4 = ${MusicDir}/mp3/etc
  31. #
  32. # Variable names are limited to those accepted by the BASH shell; that
  33. # is, those comprising the upper- and lowercase ASCII characters, digits
  34. # and the underscore.
  35. #
  36. # If you need to use the "${" sequence for any other purpose, write "$${"
  37. # and it will be replaced by "${" and not treated as a substitution.
  38. #
  39. # Some options take lists of strings as their values. The strings are
  40. # separated by colons. Additional strings can be appended to the list
  41. # using "+ =" in place of a plain "=" to assign the value. For an example,
  42. # see the XTerms option.
  43. #
  44. # You can override any configuration option when you run MOC using the
  45. # '-O' command line option:
  46. #
  47. # mocp -O AutoNext =no -O messagelingertime=1 -O XTerms+=xxt:xwt
  48. #
  49. # This command line option can be repeated as many times as needed and
  50. # the configuration option name is not case sensitive. (Note that MOC
  51. # does not perform variable substitution on the value of such overridden
  52. # configuration options.) Most option values are set before the
  53. # configuration file is processed (which allows the new values to be
  54. # picked up by substitutions), however list-valued options are overridden
  55. # afterwards (which gives the choice of whether the configured values are
  56. # replaced or added to).
  57. # Remember that the client and server are separate processes and the
  58. # server will retain the configuration values formed from the environment
  59. # within which it was originally started.
  60. # Show file titles (title, author, album) instead of file names?
  61. #ReadTags = yes
  62. # In which directory do you store your music files? If you specify it
  63. # you will be able to jump straight to this directory with the '-m'
  64. # parameter or the 'm' command. This can also point to a playlist.
  65. #
  66. # Example: MusicDir = "/home/joe/music"
  67. #
  68. MusicDir = ${HOME}/mnt/greeno-ntfs/media
  69. # Start in the music directory by default? If set to 'no', start
  70. # in the current directory by default. A single directory on
  71. # the command line takes precedence.
  72. StartInMusicDir = yes
  73. # Default FormatString:
  74. #
  75. # %n - Track number
  76. # %a - Artist
  77. # %A - Album
  78. # %t - Title
  79. # %(X:TRUE:FALSE) - Ternary expression: if X exists, do TRUE,
  80. # otherwise FALSE. The escape character must
  81. # be doubled (i.e., '\\'). (See zshmisc
  82. # documentation for more information.)
  83. #
  84. #FormatString = "%(n:%n :)%(a:%a - :)%(t:%t:)%(A: \(%A\):)"
  85. # Theme file to use. This can be absolute path or relative to
  86. # /usr/share/moc/themes/ (depends on installation prefix) or
  87. # ~/.moc/themes/ .
  88. #
  89. # Example: Theme = laras_theme
  90. #
  91. Theme = moca+_theme
  92. # Use mmap() to read files. mmap() is much slower on NFS.
  93. UseMMap = yes
  94. # FastDirs, these allow you to jump directly to a directory, the key
  95. # bindings are in the keymap file.
  96. #
  97. # Examples: Fastdir1 = /mp3/rock
  98. # Fastdir2 = /mp3/electronic
  99. # Fastdir3 = /mp3/rap
  100. # Fastdir4 = /mp3/etc
  101. #
  102. #Fastdir1 =
  103. #Fastdir2 =
  104. #Fastdir3 =
  105. #Fastdir4 =
  106. #Fastdir5 =
  107. #Fastdir6 =
  108. #Fastdir7 =
  109. #Fastdir8 =
  110. #Fastdir9 =
  111. #Fastdir10 =
  112. # Display full paths instead of just file names in the playlist.
  113. #PlaylistFullPaths = yes
  114. # Run the OnSongChange command when a new song starts playing.
  115. # Specify the full path (i.e. no leading '~') of an executable to run.
  116. # Arguments will be passed, and you can use the following escapes:
  117. #
  118. # %a artist
  119. # %r album
  120. # %f filename
  121. # %t title
  122. # %n track
  123. # %d file duration in XX:YY form
  124. # %D file duration, number of seconds
  125. #
  126. # No pipes/redirects can be used directly, but writing a shell script
  127. # can do the job.
  128. #
  129. # Example: OnSongChange = "/home/jack/.moc/myscript %a %r"
  130. #
  131. #OnSongChange =
  132. # Run the OnStop command (full path, no arguments) when MOC changes state
  133. # to stopped (i.e., when user stopped playing or changes a song).
  134. #OnStop = "/home/jack/.moc/myscript_on_stop"