Add colorizer

This commit is contained in:
Kristofers Solo
2022-07-28 02:38:30 +03:00
parent 516468f2a3
commit a05c13009d
5 changed files with 16 additions and 7 deletions

View File

@@ -573,17 +573,21 @@ awful.rules.rules = {
}, properties = { titlebars_enabled = false }
},
{
rule_any = {
class = { "tuxedo-control-center", "corectrl" }
}, properties = { screen = 1, tag = "7" }
},
{
rule_any = {
class = { "Thunderbird", "discord", "ripcord", "TelegramDesktop" }
}, properties = { screen = 1, tag = "8" }
},
{
rule_any = {
class = { "spotify", "Spotify", "corectrl" },
name = { "Spotify", "CoreCtrl" }
}, properties = { screen = 1, tag = "9" }
},
{
rule_any = {
class = { "spotify", "Spotify" },
}, properties = { screen = 1, tag = "9" }
},
-- Set Firefox to always map on the tag named "2" on screen 1.
-- { rule = { class = "Firefox" },