odrling-overlay/x11-wm/dwm/files/0016-force-swallow-from-alacritty.patch

25 lines
795 B
Diff

From 6b58c6fe96d40dd24812a789d53555df6ac03af2 Mon Sep 17 00:00:00 2001
From: odrling <florianbadie@odrling.xyz>
Date: Wed, 20 Apr 2022 13:52:04 +0200
Subject: [PATCH 16/26] force swallow from alacritty
---
config.def.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/config.def.h b/config.def.h
index a105d88..2463bc0 100644
--- a/config.def.h
+++ b/config.def.h
@@ -446,6 +446,7 @@ static const Rule rules[] = {
RULE(.class = "Agordejo", .tags = 1 << 8, .monitor = 0)
RULE(.class = "qBittorrent", .tags = 1 << 6, .switchtag = 1, .monitor = 0)
RULE(.class = "mpv", .instance = "syncplay-mpv", .monitor = 1)
+ RULE(.class = "Alacritty", .isterminal = 1)
#if SCRATCHPADS_PATCH
RULE(.instance = "spterm", .tags = SPTAG(0), .isfloating = 1)
#endif // SCRATCHPADS_PATCH
--
2.35.1