mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
Update 2025-01-23
This commit is contained in:
parent
3e77832510
commit
9743b5c953
@ -678,7 +678,7 @@ awful.rules.rules = {
|
|||||||
properties = { screen = 1, tag = "5" },
|
properties = { screen = 1, tag = "5" },
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
rule_any = { class = { "discord", "TelegramDesktop", "ripcord", "KotatogramDesktop" } },
|
rule_any = { class = { "discord", "TelegramDesktop", "ripcord", "KotatogramDesktop", "vesktop" } },
|
||||||
properties = { screen = 1, tag = "8" },
|
properties = { screen = 1, tag = "8" },
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -671,7 +671,7 @@ awful.rules.rules = {
|
|||||||
properties = { screen = 2, tag = "5" },
|
properties = { screen = 2, tag = "5" },
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
rule_any = { class = { "discord", "TelegramDesktop", "ripcord", "KotatogramDesktop" } },
|
rule_any = { class = { "discord", "TelegramDesktop", "ripcord", "KotatogramDesktop", "vesktop" } },
|
||||||
properties = { screen = 2, tag = "8" },
|
properties = { screen = 2, tag = "8" },
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -435,6 +435,7 @@ opacity-rule = [
|
|||||||
"95:class_g = 'Thunderbird'",
|
"95:class_g = 'Thunderbird'",
|
||||||
"95:class_g = 'VSCodium'",
|
"95:class_g = 'VSCodium'",
|
||||||
"95:class_g = 'discord'",
|
"95:class_g = 'discord'",
|
||||||
|
"95:class_g = 'vesktop'",
|
||||||
"95:class_g = 'qBittorrent'",
|
"95:class_g = 'qBittorrent'",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user