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

25 lines
795 B
Diff
Raw Normal View History

2022-06-21 11:46:07 +00:00
From ccb5af564dad912b548b86991dae0f808c3d2d73 Mon Sep 17 00:00:00 2001
2022-06-21 11:36:40 +00:00
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
2022-06-21 11:46:07 +00:00
index 815e48f..dbb0d47 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
@@ -468,6 +468,7 @@ static const Rule rules[] = {
2022-06-21 11:36:40 +00:00
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