From dcd6287f780f0be926a79b1873b785eae9966e25 Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Mon, 13 May 2024 08:11:22 -0400 Subject: [PATCH] Update window rules --- README.org | 2 ++ config.def.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.org b/README.org index f78dadd..d08b4eb 100644 --- a/README.org +++ b/README.org @@ -4350,7 +4350,9 @@ static const Rule rules[] = { RULE(.class = "obs", .tags = 1 << 3) RULE(.class = "kdenlive", .tags = 1 << 3) RULE(.class = "Blender", .tags = 1 << 3) + RULE(.title = "GNU Image Manipulation Program", .tags = 1 << 3) RULE(.class = "Vivaldi-stable", .tags = 1 << 4) + RULE(.class = "Links", .tags = 1 << 4) RULE(.class = "kitty", .tags = 1 << 5, .isterminal = 1) RULE(.class = "Emacs", .tags = 1 << 6) RULE(.class = "Code", .tags = 1 << 6) diff --git a/config.def.h b/config.def.h index 9ef2c97..6d95453 100644 --- a/config.def.h +++ b/config.def.h @@ -497,7 +497,9 @@ static const Rule rules[] = { RULE(.class = "obs", .tags = 1 << 3) RULE(.class = "kdenlive", .tags = 1 << 3) RULE(.class = "Blender", .tags = 1 << 3) + RULE(.title = "GNU Image Manipulation Program", .tags = 1 << 3) RULE(.class = "Vivaldi-stable", .tags = 1 << 4) + RULE(.class = "Links", .tags = 1 << 4) RULE(.class = "kitty", .tags = 1 << 5, .isterminal = 1) RULE(.class = "Emacs", .tags = 1 << 6) RULE(.class = "Code", .tags = 1 << 6)