From 0493b143096452885def34f31aa3a254a0a4a208 Mon Sep 17 00:00:00 2001 From: LM-LCL Date: Sun, 12 Oct 2025 08:42:20 +0200 Subject: Added program --- config.def.h | 1 + config.h | 1 + 2 files changed, 2 insertions(+) diff --git a/config.def.h b/config.def.h index 1deb64b..9424053 100644 --- a/config.def.h +++ b/config.def.h @@ -38,6 +38,7 @@ static const Rule rules[] = { */ /* class instance title tags mask isfloating monitor */ { "Pcmanfm", NULL, NULL, 0, 1, -1 }, + { "Nm-connection-editor", NULL, NULL, 0, 1, -1 }, { "firefox-esr", NULL, NULL, 1 << 1, 0, -1 }, { "Brave-browser", NULL, NULL, 1 << 1, 0, -1 }, { "VSCodium", NULL, NULL, 1 << 2, 0, -1 }, diff --git a/config.h b/config.h index 1deb64b..9424053 100644 --- a/config.h +++ b/config.h @@ -38,6 +38,7 @@ static const Rule rules[] = { */ /* class instance title tags mask isfloating monitor */ { "Pcmanfm", NULL, NULL, 0, 1, -1 }, + { "Nm-connection-editor", NULL, NULL, 0, 1, -1 }, { "firefox-esr", NULL, NULL, 1 << 1, 0, -1 }, { "Brave-browser", NULL, NULL, 1 << 1, 0, -1 }, { "VSCodium", NULL, NULL, 1 << 2, 0, -1 }, -- cgit v1.2.3