]> git.rmz.io Git - dotfiles.git/blobdiff - awesome/rules.lua
awesome: remove Clementine rules
[dotfiles.git] / awesome / rules.lua
index 765e79ae305870a884471c077fa3c4d5fbad329d..3696096210f42d24d86b01fed0075d5181d04dc4 100644 (file)
@@ -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 } },