diff options
author | Acid Bong <acid-bong@cock.lt> | 2023-01-30 15:21:07 +0200 |
---|---|---|
committer | Acid Bong <acid-bong@cock.lt> | 2023-02-03 15:17:24 +0200 |
commit | 7c9230c614195cdb2290de0e4f995bddfde14afe (patch) | |
tree | 2dae98ac9158ace79d7996c4ebd02a60eefa33aa | |
parent | 492ef2f9781e6d83c3e1aec9536301e00f49ce7d (diff) | |
download | dwm-7c9230c614195cdb2290de0e4f995bddfde14afe.tar.gz |
rules: floating keepass and gajim
-rw-r--r-- | config.def.h | 14 |
1 files 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) */ |