]> git.rmz.io Git - dotfiles.git/blobdiff - awesome/rules.lua
dwb: update forms
[dotfiles.git] / awesome / rules.lua
index 3696096210f42d24d86b01fed0075d5181d04dc4..b167ec2dac0c387d994cc7ae7c355d21d5b4898f 100644 (file)
@@ -38,7 +38,7 @@ awful.rules.rules = {
     { 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" },
@@ -46,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 } },