mirror of
https://github.com/tiyn/dwm.git
synced 2026-03-09 21:24:48 +01:00
Compare commits
2 Commits
6120fe4736
...
2b310414ee
| Author | SHA1 | Date | |
|---|---|---|---|
| 2b310414ee | |||
| 1d8394bbea |
@@ -49,12 +49,13 @@ static const Rule rules[] = {
|
|||||||
{ "zenity", 0, 0, 0, 0, 1, -1 },
|
{ "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 },
|
||||||
|
{ "vesktop", 0, 0, 1 << 2, 0, 0, 1 },
|
||||||
{ "TeamSpeak", 0, 0, 1 << 2, 0, 0, 1 },
|
{ "TeamSpeak", 0, 0, 1 << 2, 0, 0, 1 },
|
||||||
{ "Element", 0, 0, 1 << 2, 0, 0, 1 },
|
{ "Element", 0, 0, 1 << 2, 0, 0, 1 },
|
||||||
{ "Signal", 0, 0, 1 << 4, 0, 0, 1 },
|
{ "Signal", 0, 0, 1 << 4, 0, 0, 1 },
|
||||||
{ "TelegramDesktop", 0, 0, 1 << 4, 0, 0, 1 },
|
{ "TelegramDesktop", 0, 0, 1 << 4, 0, 0, 1 },
|
||||||
{ "threema-web", 0, 0, 1 << 4, 0, 0, 1 },
|
{ "Threema", 0, 0, 1 << 4, 0, 0, 1 },
|
||||||
{ "thunderbird", 0, 0, 1 << 4, 0, 0, 1 },
|
{ "Thunderbird", 0, 0, 1 << 4, 0, 0, 1 },
|
||||||
{ "Sonixd", 0, 0, 1 << 8, 0, 0, 1 },
|
{ "Sonixd", 0, 0, 1 << 8, 0, 0, 1 },
|
||||||
{ "KeePassXC", 0, "Unlock Database - KeePassXC", 1 << 1, 0, 0, 0 },
|
{ "KeePassXC", 0, "Unlock Database - KeePassXC", 1 << 1, 0, 0, 0 },
|
||||||
{ "KeePassXC", 0, 0, 1 << 9, 0, 0, 0 },
|
{ "KeePassXC", 0, 0, 1 << 9, 0, 0, 0 },
|
||||||
|
|||||||
Reference in New Issue
Block a user