]> git.rmz.io Git - dotfiles.git/commitdiff
add rule for clementine
authorSamir Benmendil <samir.benmendil@gmail.com>
Wed, 12 Jun 2013 23:13:31 +0000 (01:13 +0200)
committerSamir Benmendil <samir.benmendil@gmail.com>
Wed, 12 Jun 2013 23:13:31 +0000 (01:13 +0200)
awesome/rules.lua

index 63863168ecb8c45e6859f516e1c9d06788a5dfd7..00c29a7c3ac884c541b62d349e1f132ebfaf8dd5 100644 (file)
@@ -19,6 +19,9 @@ awful.rules.rules = {
                      ontop = true,
                      x = 1920 - 310, y = mywibox[mouse.screen].height,
                      height = 100, width = 100 } },
                      ontop = true,
                      x = 1920 - 310, y = mywibox[mouse.screen].height,
                      height = 100, width = 100 } },
+    { rule = { class = "Clementine" },
+      properties = { tag = tags[2][3],
+                     switchtotag = true } },
     -- Set Firefox to always map on tags number 2 of screen 1.
     -- { rule = { class = "Firefox" },
     --   properties = { tag = tags[1][2] } },
     -- Set Firefox to always map on tags number 2 of screen 1.
     -- { rule = { class = "Firefox" },
     --   properties = { tag = tags[1][2] } },