This commit is contained in:
Sakooooo 2023-07-29 18:21:38 +03:00
parent 51ff6ea033
commit 8421c1c8a0
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -33,6 +33,7 @@ static const char *const autostart[] = {
"blueman-applet", NULL, "blueman-applet", NULL,
"keepassxc", NULL, "keepassxc", NULL,
"flameshot", NULL, "flameshot", NULL,
"discord", NULL,
NULL /* terminate */ NULL /* terminate */
}; };
@ -48,7 +49,7 @@ static const Rule rules[] = {
/* class instance title tags mask isfloating monitor */ /* class instance title tags mask isfloating monitor */
{ "Gimp", NULL, NULL, 0, 1, -1 }, { "Gimp", NULL, NULL, 0, 1, -1 },
{ "Firefox", NULL, NULL, 1 << 8, 0, -1 }, { "Firefox", NULL, NULL, 1 << 8, 0, -1 },
{ "discord", NULL, NULL, 1 << 3, 0, -1 }, { "discord", NULL, NULL, 1 << 2, 0, -1 },
}; };
/* layout(s) */ /* layout(s) */