update
This commit is contained in:
parent
3820f1882e
commit
ade6d89c41
4 changed files with 6 additions and 2 deletions
|
@ -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" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue