From 35b51f815d0bd35857893dfb4b5e785dc786d5d8 Mon Sep 17 00:00:00 2001 From: odrling Date: Thu, 21 Apr 2022 01:55:12 +0200 Subject: [PATCH 21/26] no swallow syncplay mpv --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index a291b34..45e7fc7 100644 --- a/config.def.h +++ b/config.def.h @@ -463,7 +463,7 @@ static const Rule rules[] = { RULE(.class = "easyeffects", .tags = 1 << 8, .monitor = 0, .ispermanent = 1) RULE(.class = "Agordejo", .tags = 1 << 8, .monitor = 0, .ispermanent = 1) RULE(.class = "qBittorrent", .tags = 1 << 6, .switchtag = 1, .monitor = 0) - RULE(.class = "mpv", .instance = "syncplay-mpv", .monitor = 1) + RULE(.class = "mpv", .instance = "syncplay-mpv", .monitor = 1, .noswallow = 1) RULE(.class = "Alacritty", .isterminal = 1, .label = "\uf120") RULE(.class = "Chromium-browser-chromium", .label = "\uf268") RULE(.class = "firefox", .label = "\uf269") -- 2.35.1