This commit is contained in:
crater2150 2010-09-04 00:52:38 +02:00
parent 3820f1882e
commit ade6d89c41
4 changed files with 6 additions and 2 deletions

View file

@ -24,7 +24,8 @@ awful.rules.rules = {
properties = { floating = true } },
-- Set Firefox to always map on tags number 2 of screen 1.
{ rule = { class = "Firefox" },
properties = { tag = tags[1][2] } },
properties = { tag = tags[1][2],
floating = false } },
{ rule = { class = "Pidgin" },
properties = { tag = tags[1][3]} },
{ rule = { role = "buddy_list" },