X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/9dc8b5e6468428a90921194e61befaaccec961f5..b52718f9143ea84d9f5c511664a1c5ec335cac6f:/awesome/rules.lua diff --git a/awesome/rules.lua b/awesome/rules.lua index ffda80e..dc4da30 100644 --- a/awesome/rules.lua +++ b/awesome/rules.lua @@ -35,9 +35,6 @@ awful.rules.rules = { ontop = true, x = 1920 - 310, y = mywibox[mouse.screen].height, height = 100, width = 100 } }, - { rule = { class = "Clementine" }, - properties = { tag = mediatag, - switchtotag = true } }, { rule = { class = "URxvt", instance = "mutt" }, properties = { tag = wwwtag, function (c) awful.client.setslave(c) end } }, @@ -49,12 +46,12 @@ awful.rules.rules = { { rule = { class = "URxvt", instance = "ncmpcpp" }, properties = { tag = mediatag, function (c) awful.client.setmaster(c) end } }, + { rule = { class = "URxvt", instance = "mopidy" }, + properties = { tag = mediatag, + function (c) awful.client.setmaster(c) end } }, { rule = { class = "URxvt", instance = "weechat" }, properties = { tag = imtag, function (c) awful.client.setmaster(c) end } }, - { rule = { class = "Kopete" }, - properties = { tag = imtag, - function (c) awful.client.setslave(c) end } }, { rule = { class = "Steam" }, properties = { tag = tags[1][9] } }, }