Ver Fonte

moc update, hide track number

raylu há 12 anos atrás
pai
commit
1a0f06a4ff
1 ficheiros alterados com 3 adições e 3 exclusões
  1. 3 3
      moc/config

+ 3 - 3
moc/config

@@ -85,7 +85,7 @@ AutoNext		= yes
 # %(X:TRUE:FALSE) - ternary expression - if X exists, do TRUE, otherwise
 #                   FALSE. '\' - escape character (must be double, because of
 #                   config interpreter). man zshmisc for more info.
-FormatString		= "%(n:%n :)%(a:%a - :)%(t:%t:)%(A: \(%A\):)"
+FormatString		= "%(a:%a - :)%(t:%t:)%(A: \(%A\):)"
 
 # Output buffer size in kilobytes. Minimum value is 128KB. */
 OutputBuffer		= 2048
@@ -120,13 +120,13 @@ OSSDevice		= /dev/dsp
 OSSMixerDevice		= /dev/mixer
 
 # OSS Mixer channel: pcm or master.
-OSSMixerChannel		= pcm
+OSSMixerChannel1	= pcm
 
 # Second OSS Mixer channel: pcm or master.
 OSSMixerChannel2	= master
 
 # ALSA mixer device.
-AlsaMixer 		= PCM
+AlsaMixer1		= PCM
 
 # Second ALSA mixer device.
 AlsaMixer2		= Master