From ccb5af564dad912b548b86991dae0f808c3d2d73 Mon Sep 17 00:00:00 2001 From: odrling 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 815e48f..dbb0d47 100644 --- a/config.def.h +++ b/config.def.h @@ -468,6 +468,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