From 0346554042c3ff98c9e9e18633e3ea4a5b5dc08f Mon Sep 17 00:00:00 2001 From: odweta Date: Sun, 6 Sep 2026 09:30:46 +0200 Subject: [PATCH] update window rules --- dwm/config/rules.h | 1 + 1 file changed, 1 insertion(+) diff --git a/dwm/config/rules.h b/dwm/config/rules.h index 2e12e52..7b0b409 100644 --- a/dwm/config/rules.h +++ b/dwm/config/rules.h @@ -13,6 +13,7 @@ static const Rule rules[] = { { NULL, "spmusic", NULL, SPTAG(4), 1, -1 }, { NULL, "signal", NULL, SPTAG(5), 1, -1 }, { "firefox", NULL, NULL, 1 << 1, 0, -1 }, + { "librewolf",NULL, NULL, 1 << 2, 0, -1 }, { "jetbrains-studio", "jetbrains-studio", NULL, 1 << 0, 0, -1 }, };