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