]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
Initial import.
authorSimon Ruderich <simon@ruderich.org>
Wed, 29 Jul 2009 22:30:03 +0000 (00:30 +0200)
committerSimon Ruderich <simon@ruderich.org>
Wed, 29 Jul 2009 22:30:03 +0000 (00:30 +0200)
Contains mplayer configuration file and setup.sh.

mplayer/config [new file with mode: 0644]
setup.sh [new file with mode: 0755]

diff --git a/mplayer/config b/mplayer/config
new file mode 100644 (file)
index 0000000..b5d6430
--- /dev/null
@@ -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 (executable)
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