From c357419eafc40dda3e73ce13e28f7dab813e8d76 Mon Sep 17 00:00:00 2001 From: tiyn Date: Thu, 9 Jan 2025 04:41:34 +0100 Subject: [PATCH] added window configs --- config.def.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config.def.h b/config.def.h index dfbb202..98b8e5a 100644 --- a/config.def.h +++ b/config.def.h @@ -43,8 +43,9 @@ static const Rule rules[] = { * WM_NAME(STRING) = title */ /* class instance title tags iscentered isfloating monitor */ - { "firefox", 0, 0, 1 << 1, 0, 0, -1 }, + { "firefox", 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 }, { "discord", 0, 0, 1 << 2, 0, 0, 1 }, { "TeamSpeak", 0, 0, 1 << 2, 0, 0, 1 }, @@ -56,7 +57,7 @@ static const Rule rules[] = { { "Sonixd", 0, 0, 1 << 8, 0, 0, 1 }, { "KeePassXC", 0, 0, 1 << 9, 0, 0, 0 }, { "easyeffects", 0, 0, 1 << 9, 0, 0, 1 }, - { "Pavucontrol", 0, 0, 1 << 9, 0, 0, 1 }, + { "pavucontrol", 0, 0, 1 << 9, 0, 0, 1 }, }; /* layout(s) */