mirror of
https://github.com/tiyn/dwm.git
synced 2025-10-14 03:41:19 +02:00
added rules
This commit is contained in:
11
config.def.h
11
config.def.h
@@ -43,7 +43,16 @@ static const Rule rules[] = {
|
||||
* WM_NAME(STRING) = title
|
||||
*/
|
||||
/* class instance title tags mask iscentered isfloating monitor */
|
||||
{ NULL, "origin.exe", NULL, 0, 0, 1, -1 },
|
||||
{ "discord", NULL, NULL, 1 << 2, 0, 0, 1 },
|
||||
{ "easyeffects", NULL, NULL, 1 << 9, 0, 0, 1 },
|
||||
{ "Pavucontrol", NULL, NULL, 1 << 9, 0, 0, 1 },
|
||||
{ "KeePassXC", NULL, NULL, 1 << 9, 0, 0, 0 },
|
||||
{ "firefox", NULL, NULL, 1 << 1, 0, 0, -1 },
|
||||
{ "steam", NULL, NULL, 1 << 2, 0, 0, 0 },
|
||||
{ "Lutris", NULL, NULL, 1 << 2, 0, 0, 0 },
|
||||
{ "threema-web", NULL, NULL, 1 << 4, 0, 0, 1 },
|
||||
{ "thunderbird", NULL, NULL, 1 << 4, 0, 0, 1 },
|
||||
{ "Signal", NULL, NULL, 1 << 4, 0, 0, 1 },
|
||||
};
|
||||
|
||||
/* layout(s) */
|
||||
|
Reference in New Issue
Block a user