]> git.madduck.net Git - etc/awesome.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

remove unused rules table
authormartin f. krafft <madduck@madduck.net>
Tue, 5 Jan 2010 03:04:15 +0000 (16:04 +1300)
committermartin f. krafft <madduck@madduck.net>
Tue, 5 Jan 2010 03:04:15 +0000 (16:04 +1300)
.config/awesome/rc.lua

index 955e2396e33c54658c0da935473828b9eb12bbee..eb4fead83f9cfcd3f57a0cefaab4f7634df3e56c 100644 (file)
@@ -472,39 +472,6 @@ root.keys(globalkeys)
 -- }}}
 
 -- {{{ Rules
-awful.rules.rules = {
-    -- All clients will match this rule.
-    { rule = { },
-      properties = { border_width = beautiful.border_width,
-                     border_color = beautiful.border_normal,
-                     focus = true,
-                     keys = clientkeys,
-                     buttons = clientbuttons } },
-    { rule = { class = "MPlayer" },
-      properties = { floating = true } },
-    { rule = { class = "pinentry" },
-      properties = { floating = true } },
-    { rule = { class = "gimp" },
-      properties = { floating = true } },
-    { rule = { class = "twinkle" },
-      properties = { floating = true } },
-    { rule = { class = "Play stream" },
-      properties = { floating = true } },
-    { rule = { class = "gscan2pdf" },
-      properties = { floating = true } },
-    { rule = { class = "Gxmessage" },
-      properties = { floating = true } },
-    { rule = { class = "Add-ons" },
-      properties = { floating = true } },
-    { rule = { class = "Okular" },
-      properties = { maximised = true } },
-    { rule = { class = "Iceweasel" },
-      properties = { tag = tags[1][9], switchtotag = false } },
-    { rule = { class = "Iceweasel", role = "Dialog" },
-      properties = { floating = true } },
-    { rule = { class = "Jpilot" },
-      properties = { tag = screen.count()>1 and tags[3][2] or tags[1][8], switchtotag = false } },
-}
 awful.rules.rules = {
     -- All clients will match this rule.
     { rule = { },