From 87d46bf4c7712216226627be579f9d0906a691ea Mon Sep 17 00:00:00 2001 From: Chris Sobczak Date: Fri, 26 Jun 2026 20:40:21 -0700 Subject: Get rid of ghost column of NULLS that came out of nowhere? --- config.def.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/config.def.h b/config.def.h index 9fcb9d5..8b2dbfe 100644 --- a/config.def.h +++ b/config.def.h @@ -26,15 +26,15 @@ static const Rule rules[] = { // /* Start on currently visible tags floating, not tiled */ // { "firefox_EXAMPLE", NULL, 1 << 8, 0, -1 }, // /* Start on ONLY tag "9" */ - { "Gimp", NULL, NULL, 0, 1, -1 }, - { "mpv", NULL, NULL, 0, 1, -1 }, - { "Firefox", NULL, NULL, 1, 0, -1 }, - { "firefox", NULL, NULL, 1, 0, -1 }, - { "LibreWolf", NULL, NULL, 1, 0, -1 }, - { "librewolf", NULL, NULL, 1, 0, -1 }, - { "Thunderbird", NULL, NULL, 1 << 1, 0, 0 }, - { "Pavucontrol", NULL, NULL, 1 << 4, 0, 0 }, - { "pavucontrol", NULL, NULL, 1 << 4, 0, 0 }, + { "Gimp", NULL, 0, 1, -1 }, + { "mpv", NULL, 0, 1, -1 }, + { "Firefox", NULL, 1, 0, -1 }, + { "firefox", NULL, 1, 0, -1 }, + { "LibreWolf", NULL, 1, 0, -1 }, + { "librewolf", NULL, 1, 0, -1 }, + { "Thunderbird", NULL, 1 << 1, 0, 0 }, + { "Pavucontrol", NULL, 1 << 4, 0, 0 }, + { "pavucontrol", NULL, 1 << 4, 0, 0 }, }; /* default/example rule: can be changed but cannot be eliminated; at least one rule must exist */ }; -- cgit v1.2.3