summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2023-06-12 18:09:21 -0500
committerDudemanguy <random342@airmail.cc>2023-07-01 02:06:02 +0000
commit6625a9460819714b50d023f236ac30ee354df3c2 (patch)
treec804a9a7d831489095e02360b64de36808cb7c10 /DOCS
parentb45be3d6e9d1796513f1f6214ceace8d8ef027ac (diff)
downloadmpv-6625a9460819714b50d023f236ac30ee354df3c2.tar.bz2
mpv-6625a9460819714b50d023f236ac30ee354df3c2.tar.xz
options: add no to drag-and-drop
Suggested by @sfan5. Naturally, "no" disables all drag and drop behavior.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index a93e4f48ce..9d9368d8b8 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -3085,13 +3085,14 @@ Window
``--snap-window``
(Windows only) Snap the player window to screen edges.
-``--drag-and-drop=<auto|replace|append>``
+``--drag-and-drop=<no|auto|replace|append>``
(X11 and Wayland only)
Controls the default behavior of drag and drop on platforms that support this.
``auto`` will obey what the underlying os/platform gives mpv. Typically, holding
shift during the drag and drop will append the item to the playlist. Otherwise,
it will completely replace it. ``replace`` and ``append`` always force replacing
- and appending to the playlist respectively.
+ and appending to the playlist respectively. ``no`` disables all drag and drop
+ behavior.
``--ontop``
Makes the player window stay on top of other windows.