From c00549918be8ee876b01eff618da2235303d90bd Mon Sep 17 00:00:00 2001 From: odrling Date: Sun, 20 Jun 2021 18:13:17 +0200 Subject: [PATCH 11/26] add agordejo rule --- config.def.h | 1 + 1 file changed, 1 insertion(+) diff --git a/config.def.h b/config.def.h index d07511f..fea9b01 100644 --- a/config.def.h +++ b/config.def.h @@ -463,6 +463,7 @@ static const Rule rules[] = { RULE(.class = "Firefox", .tags = 1 << 7, .switchtag = 1) RULE(.role = "browser", .tags = 1 << 7, .switchtag = 1) RULE(.class = "Ardour", .tags = 1 << 8, .monitor = 0) + 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) #if SCRATCHPADS_PATCH -- 2.35.1