From a1c6762156a2e4f2f8c538a56bf2f8bbb0417b2b Mon Sep 17 00:00:00 2001 From: Dudemanguy Date: Sat, 26 Jun 2021 17:19:45 -0500 Subject: wayland: handle app id option less stupidly Not sure what I was on when I wrote this. wayland-app-id is supposed to default to "mpv". Just set that in the vo_sub_opts and don't do this weird m_config_cache_write_opt thing. Also make the doc entry nicer. --- options/options.c | 1 + 1 file changed, 1 insertion(+) (limited to 'options') diff --git a/options/options.c b/options/options.c index ebeff51d23..cf0eebf527 100644 --- a/options/options.c +++ b/options/options.c @@ -198,6 +198,7 @@ const struct m_sub_options vo_sub_opts = { .snap_window = 0, .border = 1, .fit_border = 1, + .appid = "mpv", .WinID = -1, .window_scale = 1.0, .x11_bypass_compositor = 2, -- cgit v1.2.3