From 2d72ffe9323c2ca8011aefbeb2cb635f86f171bb Mon Sep 17 00:00:00 2001 From: tiyn Date: Sun, 9 Feb 2025 07:35:24 +0100 Subject: [PATCH] added zen to config --- config.def.h | 1 + 1 file changed, 1 insertion(+) diff --git a/config.def.h b/config.def.h index 98b8e5a..4e7be25 100644 --- a/config.def.h +++ b/config.def.h @@ -44,6 +44,7 @@ static const Rule rules[] = { */ /* class instance title tags iscentered isfloating monitor */ { "firefox", 0, 0, 1 << 1, 0, 0, -1 }, + { "zen", 0, 0, 1 << 1, 0, 0, -1 }, { "Lutris", 0, 0, 1 << 2, 0, 0, 0 }, { "zenity", 0, 0, 0, 0, 1, -1 }, { "steam", 0, 0, 1 << 2, 0, 0, 0 },