Added spawn rulse to several apps

This commit is contained in:
Kristofers Solo 2022-06-02 15:36:09 +03:00
parent f45fd47ee5
commit 913ee1d808

View File

@ -552,6 +552,12 @@ awful.rules.rules = {
class = { "Thunderbird", "discord", "telegram-desktop", "TelegramDesktop" } class = { "Thunderbird", "discord", "telegram-desktop", "TelegramDesktop" }
}, properties = { screen = 1, tag = "8" } }, properties = { screen = 1, tag = "8" }
}, },
{
rule_any = {
class = { "spotify", "Spotify", "corectrl" },
name = { "Spotify", "CoreCtrl" }
}, properties = { screen = 1, tag = "9" }
},
-- Set Firefox to always map on the tag named "2" on screen 1. -- Set Firefox to always map on the tag named "2" on screen 1.
-- { rule = { class = "Firefox" }, -- { rule = { class = "Firefox" },