X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/8505d060ad642d84b57f9bfdec5ddf6b8cace0a9..d34cb72668e1fe473dca651d2df49b36889ef6cf:/awesome/rules.lua diff --git a/awesome/rules.lua b/awesome/rules.lua index 765e79a..b167ec2 100644 --- a/awesome/rules.lua +++ b/awesome/rules.lua @@ -35,13 +35,10 @@ 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 } }, - { rule = { class = "Dwb", type = "normal", instance = "dwb" }, + { rule = { class = "Dwb", type = "normal", instance = "dwb-default" }, properties = { tag = wwwtag, function (c) awful.client.setmaster(c) end } }, { rule = { class = "Dwb", type = "normal", instance = "dwb-social" }, @@ -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 } },