]> git.rmz.io Git - dotfiles.git/blobdiff - awesome/rules.lua
vim: add global ycm_extra_conf
[dotfiles.git] / awesome / rules.lua
index ffda80e7c8233fb1e18cf6e29a6200fd1a03a3a8..b167ec2dac0c387d994cc7ae7c355d21d5b4898f 100644 (file)
@@ -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,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] } },
 }