diff --git a/.suckless/dwm/config.h b/.suckless/dwm/config.h index ddd8824..b0f5c4d 100644 --- a/.suckless/dwm/config.h +++ b/.suckless/dwm/config.h @@ -26,9 +26,9 @@ static const Rule rules[] = { * WM_CLASS(STRING) = instance, class * WM_NAME(STRING) = title */ - /* class instance title tags mask isfloating monitor */ - { "Gimp", NULL, NULL, 0, 1, -1 }, - { "Firefox", NULL, NULL, 1 << 8, 0, -1 }, + /* class instance title tags mask isfloating monitor */ + { NULL, NULL, NULL, 0, False, -1 }, + { "KeePassXC", NULL, NULL, 1 << 8, False, -1 }, }; /* layout(s) */