diff --git a/config.def.h b/config.def.h index 09cf1c0..b758084 100644 --- a/config.def.h +++ b/config.def.h @@ -55,7 +55,7 @@ static const Rule rules[] = { */ /* class instance title tags mask isfloating monitor */ // ----- 1 ----- - { "st-256color", NULL, NULL, 0, 1, -1 }, + { "st-256color", NULL, NULL, 0, 0, -1 }, // ----- 2 ----- { "Code", NULL, NULL, 1 << 1, 0, -1 }, // ----- 3 ----- @@ -64,7 +64,7 @@ static const Rule rules[] = { { "TelegramDesktop", NULL, NULL, 1 << 3, 0, -1 }, { "discord", NULL, NULL, 1 << 3, 0, -1 }, // ----- 7 ----- - { "QjackCtl", NULL, NULL, 1 << 6, 0, -1 }, + { "QjackCtl", NULL, NULL, 1 << 6, 1, -1 }, { "PatchMatrix", NULL, NULL, 1 << 6, 0, -1 }, { "Blueman-manager", NULL, NULL, 1 << 6, 0, -1 }, { "corectrl", NULL, NULL, 1 << 6, 0, -1 }, diff --git a/config.h b/config.h index 09cf1c0..b758084 100644 --- a/config.h +++ b/config.h @@ -55,7 +55,7 @@ static const Rule rules[] = { */ /* class instance title tags mask isfloating monitor */ // ----- 1 ----- - { "st-256color", NULL, NULL, 0, 1, -1 }, + { "st-256color", NULL, NULL, 0, 0, -1 }, // ----- 2 ----- { "Code", NULL, NULL, 1 << 1, 0, -1 }, // ----- 3 ----- @@ -64,7 +64,7 @@ static const Rule rules[] = { { "TelegramDesktop", NULL, NULL, 1 << 3, 0, -1 }, { "discord", NULL, NULL, 1 << 3, 0, -1 }, // ----- 7 ----- - { "QjackCtl", NULL, NULL, 1 << 6, 0, -1 }, + { "QjackCtl", NULL, NULL, 1 << 6, 1, -1 }, { "PatchMatrix", NULL, NULL, 1 << 6, 0, -1 }, { "Blueman-manager", NULL, NULL, 1 << 6, 0, -1 }, { "corectrl", NULL, NULL, 1 << 6, 0, -1 }, diff --git a/dwm b/dwm index 6a26765..a195ac5 100755 Binary files a/dwm and b/dwm differ diff --git a/dwm.o b/dwm.o index 9f5c5d3..d166526 100644 Binary files a/dwm.o and b/dwm.o differ