mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
Added spawn rulse to several apps
This commit is contained in:
parent
f45fd47ee5
commit
913ee1d808
@ -552,6 +552,12 @@ awful.rules.rules = {
|
||||
class = { "Thunderbird", "discord", "telegram-desktop", "TelegramDesktop" }
|
||||
}, 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.
|
||||
-- { rule = { class = "Firefox" },
|
||||
|
||||
Loading…
Reference in New Issue
Block a user