update rc.lua with new rules and transparent notifications

auto-flake-update
Yorick van Pelt 2013-06-05 17:20:14 +02:00
parent 70f1b60405
commit 7921326c29
1 changed files with 7 additions and 2 deletions

View File

@ -205,6 +205,7 @@ do
text = text,
timeout = 0,
screen = mouse.screen,
opacity = 0.8,
--ontop = true,
})
end
@ -511,9 +512,13 @@ awful.rules.rules = {
properties = { floating = true } },
{ rule = { class = "gimp" },
properties = { floating = true } },
{ rule = { class = "Tilda" },
properties = { floating = true } },
{ rule = { instance = "plugin-container" },
properties = { floating = true } },
-- Set Firefox to always map on tags number 2 of screen 1.
-- { rule = { class = "Firefox" },
-- properties = { tag = tags[1][2] } },
{ rule = { class = "Firefox" },
properties = { tag = tags[1][2] } },
}
-- }}}