From: Simon Ruderich Date: Wed, 29 Jul 2009 22:30:03 +0000 (+0200) Subject: Initial import. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=8e6f06967720efe7fe92a0319ae9f8b5578a2287 Initial import. Contains mplayer configuration file and setup.sh. --- 8e6f06967720efe7fe92a0319ae9f8b5578a2287 diff --git a/mplayer/config b/mplayer/config new file mode 100644 index 0000000..b5d6430 --- /dev/null +++ b/mplayer/config @@ -0,0 +1,17 @@ +# MPlayer configuration file. + + +# Prefer English and German sound and subtitles. +alang=en,de +slang=en,de + +# Use X11 video output. +vo=x11 + +# Automatically zoom to full window size. +zoom=yes + +# Disable LIRC as I don't use it. Prevents a warning on startup. +nolirc=yes + +# vim: ft=mplayerconf diff --git a/setup.sh b/setup.sh new file mode 100755 index 0000000..bdeed14 --- /dev/null +++ b/setup.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +# Setup script for movie configuration files. + + +. ../lib.sh + +# Link setup. +link mplayer ~/.mplayer