]> git.rmz.io Git - dotfiles.git/blobdiff - awesome/rules.lua
mutt: use column with for html rendering
[dotfiles.git] / awesome / rules.lua
index e9b66cacec0f57c204f586ee4b1b7ee969d30187..3696096210f42d24d86b01fed0075d5181d04dc4 100644 (file)
@@ -35,22 +35,21 @@ 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" },
-      properties = { tag = wwwtag } },
+      properties = { tag = wwwtag,
+                     function (c) awful.client.setmaster(c) end } },
     { rule = { class = "Dwb", type = "normal", instance = "dwb-social" },
       properties = { tag = socialtag } },
-    { rule = { class = "Qupzilla" },
-      properties = { tag = wwwtag } },
-    { rule = { class = "Qupzilla", name = "Detached ViewTube - QupZilla" },
-      properties = { floating = true } },
-    { rule = { class = "Quassel" },
-      properties = { tag = imtag,
+    { rule = { class = "URxvt", instance = "ncmpcpp" },
+      properties = { tag = mediatag,
                      function (c) awful.client.setmaster(c) end } },
-    { rule = { class = "Kopete" },
+    { rule = { class = "URxvt", instance = "weechat" },
       properties = { tag = imtag,
-                     function (c) awful.client.setslave(c) end } },
+                     function (c) awful.client.setmaster(c) end } },
+    { rule = { class = "Steam" },
+      properties = { tag = tags[1][9] } },
 }
 -- }}}