diff options
author | wm4 <wm4@nowhere> | 2013-10-14 23:42:53 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2013-10-14 23:42:53 +0200 |
commit | 7cbb7b680c401077364814094260ea388b46fb33 (patch) | |
tree | b97b3a0df89c907b9ffab89dc83bfc4d920735b5 /etc | |
parent | cf02e515d4176dd89f8552d6451059b993a6fb17 (diff) | |
download | mpv-7cbb7b680c401077364814094260ea388b46fb33.tar.bz2 mpv-7cbb7b680c401077364814094260ea388b46fb33.tar.xz |
example.conf: add example for disabling the OSC
Diffstat (limited to 'etc')
-rw-r--r-- | etc/example.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/example.conf b/etc/example.conf index a3c3188449..7084ab4d8f 100644 --- a/etc/example.conf +++ b/etc/example.conf @@ -38,6 +38,9 @@ # don't allow a new window to have a size larger than 90% of the screen size #autofit-larger=90%x90% +# Disable the On Screen Controller (OSC). +#osc=no + # Keep the player window on top of all other windows. #ontop=yes |