From aeff3bb3bc13ff40b660933f78b2712e550a5ac7 Mon Sep 17 00:00:00 2001 From: Aleksa Vučković Date: Mon, 25 Apr 2022 19:31:39 +0200 Subject: window spawn rules --- config.def.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config.def.h b/config.def.h index c695132..c720627 100644 --- a/config.def.h +++ b/config.def.h @@ -40,9 +40,10 @@ 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 */ + { "ViberPC", NULL, NULL, 1 << 0, 0, -1 }, + { "discord", NULL, NULL, 1 << 0, 0, -1 }, + { "KeePassXC", NULL, NULL, 1 << 8, 0, -1 }, }; /* layout(s) */ -- cgit v1.2.3