We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e40809 commit b9249e0Copy full SHA for b9249e0
options/options.c
@@ -202,6 +202,7 @@ const struct m_sub_options vo_sub_opts = {
202
.window_scale = 1.0,
203
.unscaled = 2,
204
#if HAVE_X11
205
+ .winname = "dmpv",
206
.x11_bypass_compositor = 2,
207
.x11_present = 1,
208
#endif
@@ -781,6 +782,7 @@ static const struct MPOpts mp_default_opts = {
781
782
.softvol_volume = 100,
783
.gapless_audio = -1,
784
.wintitle = "dmpv",
785
+ .media_title = "dmpv",
786
.stop_screensaver = 1,
787
.cursor_autohide_delay = 1000,
788
.video_osd = true,
0 commit comments