Compare commits

...

2 Commits

Author SHA1 Message Date
yosh 815a1b74c3 awesome: aaaa 2023-12-15 19:19:33 -05:00
yosh 14d9d09dda Revert "awesomewm: pale moon rename" cuz it sucks
This reverts commit 7c7ba20a36.
2023-11-01 22:18:56 -04:00
1 changed files with 4 additions and 4 deletions

View File

@ -660,8 +660,8 @@ end)
id = "maximized",
rule_any = {
instance = { "WYEB_TABBED" },
class = { "discord", "Steam" },
name = { "Browser" },
class = { "discord" },
name = { "Pale Moon" },
},
properties = { maximized = true }
}
@ -697,7 +697,7 @@ end)
id = "2",
rule_any = {
instance = { "WYEB_TABBED" },
name = { "Browser", "Mozilla Firefox" },
name = { "Pale Moon", "Mozilla Firefox" },
},
properties = { tag = tag_names[2] },
}
@ -705,7 +705,7 @@ end)
ruled.client.append_rule {
id = "9",
rule_any = {
class = { "discord", "Steam" },
class = { "discord" },
},
properties = {tag = tag_names[9] },
}