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

26 lines
995 B
Diff
Raw Normal View History

2022-06-21 11:46:07 +00:00
From 35b51f815d0bd35857893dfb4b5e785dc786d5d8 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
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
2022-06-21 11:46:07 +00:00
index a291b34..45e7fc7 100644
2022-06-21 11:36:40 +00:00
--- a/config.def.h
+++ b/config.def.h
2022-06-21 11:46:07 +00:00
@@ -463,7 +463,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")
--
2.35.1