diff options
author | wm4 <wm4@nowhere> | 2015-02-15 17:29:06 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2015-02-15 17:29:06 +0100 |
commit | 816d7bba1f3842146fa12c98232070559e72e807 (patch) | |
tree | dcedcb530d04781b1f5822a066e85dd5eee79923 /TOOLS/osxbundle/mpv.app/Contents/Resources/mpv.conf | |
parent | a27aa68dd33c613218d261b14ef1cf763abc1c33 (diff) | |
download | mpv-816d7bba1f3842146fa12c98232070559e72e807.tar.bz2 mpv-816d7bba1f3842146fa12c98232070559e72e807.tar.xz |
osxbundle: config file special case isn't needed anymore
The previous commit effectively fixes the mess caused by 'config' vs.
'mpv.conf', and the hack introduced by commit e01a6dac and extended by
commit db167cd4 isn't needed anymore.
Diffstat (limited to 'TOOLS/osxbundle/mpv.app/Contents/Resources/mpv.conf')
-rw-r--r-- | TOOLS/osxbundle/mpv.app/Contents/Resources/mpv.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/TOOLS/osxbundle/mpv.app/Contents/Resources/mpv.conf b/TOOLS/osxbundle/mpv.app/Contents/Resources/mpv.conf new file mode 100644 index 0000000000..ff78dfacf6 --- /dev/null +++ b/TOOLS/osxbundle/mpv.app/Contents/Resources/mpv.conf @@ -0,0 +1,3 @@ +screenshot-template=~/Desktop/shot%n +quiet +idle=once |