X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/8505d060ad642d84b57f9bfdec5ddf6b8cace0a9..b52718f9143ea84d9f5c511664a1c5ec335cac6f:/awesome/rules.lua diff --git a/awesome/rules.lua b/awesome/rules.lua index 765e79a..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,6 +46,9 @@ 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 } },