From 0e74499d16a83f536392bca1bc95f3aec3a5bb07 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Sun, 6 Sep 2020 18:14:56 +0200 Subject: [PATCH] Always open keypassxc on tag 9 --- .suckless/dwm/config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) */