]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - mplayer/config
mplayer/config: Force ALSA as sound output.
[config/dotfiles.git] / mplayer / config
1 # MPlayer configuration file.
2
3
4 # Prefer English and German sound and subtitles.
5 alang=en,de
6 slang=en,de
7
8 # Use X11 video output.
9 vo=x11
10 # And ALSA audio output.
11 ao=alsa
12
13 # Automatically zoom to full window size.
14 zoom=yes
15
16 # Disable LIRC as I don't use it. Prevents a warning on startup.
17 nolirc=yes
18
19 # vim: ft=mplayerconf