mirror of
https://github.com/tiyn/dwm.git
synced 2026-02-04 06:34:47 +01:00
updated config
This commit is contained in:
@@ -42,20 +42,22 @@ static const Rule rules[] = {
|
|||||||
* WM_CLASS(STRING) = instance, class
|
* WM_CLASS(STRING) = instance, class
|
||||||
* WM_NAME(STRING) = title
|
* WM_NAME(STRING) = title
|
||||||
*/
|
*/
|
||||||
/* class instance title tags iscentered isfloating monitor */
|
/* class instance title tags center float mon */
|
||||||
{ "firefox", 0, 0, 1 << 1, 0, 0, -1 },
|
{ "firefox", 0, 0, 1 << 1, 0, 0, -1 },
|
||||||
{ "zen", 0, 0, 1 << 1, 0, 0, -1 },
|
{ "zen", 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 },
|
{ "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, 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 },
|
||||||
|
|||||||
Reference in New Issue
Block a user