From 68f0a3a8605aa811efa666a2d482c73d05f2b694 Mon Sep 17 00:00:00 2001 From: odrling Date: Wed, 20 Apr 2022 13:52:04 +0200 Subject: [PATCH 16/27] force swallow from alacritty --- config.def.h | 1 + 1 file changed, 1 insertion(+) diff --git a/config.def.h b/config.def.h index 303e2a0..5c41bda 100644 --- a/config.def.h +++ b/config.def.h @@ -492,6 +492,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.37.2