Skip to content

Commit b9249e0

Browse files
Make sure we actually see "dmpv" as the WM_NAME on X11.
1 parent 0e40809 commit b9249e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

options/options.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ const struct m_sub_options vo_sub_opts = {
202202
.window_scale = 1.0,
203203
.unscaled = 2,
204204
#if HAVE_X11
205+
.winname = "dmpv",
205206
.x11_bypass_compositor = 2,
206207
.x11_present = 1,
207208
#endif
@@ -781,6 +782,7 @@ static const struct MPOpts mp_default_opts = {
781782
.softvol_volume = 100,
782783
.gapless_audio = -1,
783784
.wintitle = "dmpv",
785+
.media_title = "dmpv",
784786
.stop_screensaver = 1,
785787
.cursor_autohide_delay = 1000,
786788
.video_osd = true,

0 commit comments

Comments
 (0)