]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - mplayer/config
mplayer/config: Enable fullscreen playback.
[config/dotfiles.git] / mplayer / config
1 # MPlayer configuration file.
2
3
4 # Use X11 as video driver.
5 vo=x11
6 # Use ALSA as audio driver.
7 ao=alsa
8
9 # Fullscreen playback.
10 fs=yes
11 # Enable software scaling, necessary for video drivers which don't support
12 # hardware scaling like x11.
13 zoom=yes
14
15 # Prefer English and German audio and subtitles.
16 alang=en,de
17 slang=en,de
18
19 # Disable LIRC as I don't use it. Prevents a warning on startup.
20 nolirc=yes
21
22 # vim: ft=mplayerconf