From 7c9230c614195cdb2290de0e4f995bddfde14afe Mon Sep 17 00:00:00 2001 From: Acid Bong Date: Mon, 30 Jan 2023 15:21:07 +0200 Subject: rules: floating keepass and gajim --- config.def.h | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/config.def.h b/config.def.h index 719b923..b1ef989 100644 --- a/config.def.h +++ b/config.def.h @@ -38,12 +38,14 @@ static const Rule rules[] = { * WM_CLASS(STRING) = instance, class * WM_NAME(STRING) = title */ - /* class instance title tags mask isfloating isterminal noswallow monitor */ - { "xterm-256color", NULL, NULL, 0, 0, 1, 0, -1 }, - { NULL, NULL, "btop", 0, 1, 0, 0, -1 }, - { NULL, NULL, "ranger", 0, 1, 1, 0, -1 }, - { "KotatogramDesktop", NULL, NULL, 0, 1, 0, 0, -1 }, - { NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */ + /* class instance title tags isfloating isterminal noswallow monitor */ + { "xterm-256color", NULL, NULL, 0, 0, 1, 0, -1 }, + { NULL, NULL, "btop", 0, 1, 0, 0, -1 }, + { NULL, NULL, "ranger", 0, 1, 1, 0, -1 }, + { "KotatogramDesktop", NULL, NULL, 0, 1, 0, 0, -1 }, + { "KeePassXC", NULL, NULL, 0, 1, 0, 0, -1 }, + { "Gajim", NULL, NULL, 0, 1, 0, 0, -1 }, + { NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */ }; /* layout(s) */ -- cgit 1.4.1-2-gfad0