diff options
author | wm4 <wm4@nowhere> | 2013-10-02 01:40:06 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2013-10-02 01:40:06 +0200 |
commit | fde99da5c6f72ec9c943d23b8b3c8c0d209bb21e (patch) | |
tree | b26a8cc8602a13d7708d9697ecc1af1555dd4757 | |
parent | 886c3ef999598c68686d8194a74aa1d431b76ca5 (diff) |
mpv.desktop: add --force-window
Seems appropriate.
-rw-r--r-- | etc/mpv.desktop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/mpv.desktop b/etc/mpv.desktop index afd30de5d7..4d191c2d82 100644 --- a/etc/mpv.desktop +++ b/etc/mpv.desktop @@ -14,7 +14,7 @@ Comment[zh]=多媒体播放器 Comment[pl]=Odtwarzaj filmy i muzykę Icon=mpv TryExec=mpv -Exec=mpv --really-quiet -- %F +Exec=mpv --really-quiet --force-window -- %F Terminal=false NoDisplay=true Categories=AudioVideo;Audio;Video;Player;TV; |