odrling-overlay/x11-wm/dwm/files/0021-no-swallow-syncplay-mpv.patch

26 lines
995 B
Diff
Raw Normal View History

2022-08-31 16:59:34 +00:00
From 436eb252e453829b42120b3b30a35ea21e73ccb4 Mon Sep 17 00:00:00 2001
2022-06-21 11:36:40 +00:00
From: odrling <florianbadie@odrling.xyz>
Date: Thu, 21 Apr 2022 01:55:12 +0200
2022-08-31 16:59:34 +00:00
Subject: [PATCH 21/27] no swallow syncplay mpv
2022-06-21 11:36:40 +00:00
---
config.def.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.def.h b/config.def.h
2022-08-31 16:59:34 +00:00
index cb25bfd..25df128 100644
2022-06-21 11:36:40 +00:00
--- a/config.def.h
+++ b/config.def.h
2022-08-31 16:59:34 +00:00
@@ -487,7 +487,7 @@ static const Rule rules[] = {
2022-06-21 11:36:40 +00:00
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")
--
2022-08-31 16:59:34 +00:00
2.37.2
2022-06-21 11:36:40 +00:00