mirror of
https://github.com/tiyn/dwm.git
synced 2025-04-19 15:57:45 +02:00
added window configs
This commit is contained in:
parent
a4257742ce
commit
c357419eaf
@ -45,6 +45,7 @@ static const Rule rules[] = {
|
|||||||
/* class instance title tags iscentered isfloating monitor */
|
/* class instance title tags iscentered isfloating monitor */
|
||||||
{ "firefox", 0, 0, 1 << 1, 0, 0, -1 },
|
{ "firefox", 0, 0, 1 << 1, 0, 0, -1 },
|
||||||
{ "Lutris", 0, 0, 1 << 2, 0, 0, 0 },
|
{ "Lutris", 0, 0, 1 << 2, 0, 0, 0 },
|
||||||
|
{ "zenity", 0, 0, 0, 0, 1, -1 },
|
||||||
{ "steam", 0, 0, 1 << 2, 0, 0, 0 },
|
{ "steam", 0, 0, 1 << 2, 0, 0, 0 },
|
||||||
{ "discord", 0, 0, 1 << 2, 0, 0, 1 },
|
{ "discord", 0, 0, 1 << 2, 0, 0, 1 },
|
||||||
{ "TeamSpeak", 0, 0, 1 << 2, 0, 0, 1 },
|
{ "TeamSpeak", 0, 0, 1 << 2, 0, 0, 1 },
|
||||||
@ -56,7 +57,7 @@ static const Rule rules[] = {
|
|||||||
{ "Sonixd", 0, 0, 1 << 8, 0, 0, 1 },
|
{ "Sonixd", 0, 0, 1 << 8, 0, 0, 1 },
|
||||||
{ "KeePassXC", 0, 0, 1 << 9, 0, 0, 0 },
|
{ "KeePassXC", 0, 0, 1 << 9, 0, 0, 0 },
|
||||||
{ "easyeffects", 0, 0, 1 << 9, 0, 0, 1 },
|
{ "easyeffects", 0, 0, 1 << 9, 0, 0, 1 },
|
||||||
{ "Pavucontrol", 0, 0, 1 << 9, 0, 0, 1 },
|
{ "pavucontrol", 0, 0, 1 << 9, 0, 0, 1 },
|
||||||
};
|
};
|
||||||
|
|
||||||
/* layout(s) */
|
/* layout(s) */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user