update
This commit is contained in:
parent
1cfae8a80f
commit
c6b1dbc895
4 changed files with 17 additions and 17 deletions
|
@ -7,6 +7,8 @@ awful.rules.rules = {
|
|||
focus = true,
|
||||
size_hints_honor = false,
|
||||
keys = clientkeys,
|
||||
minimized = false,
|
||||
--skip_taskbar = true,
|
||||
buttons = clientbuttons } },
|
||||
{ rule = { class = "MPlayer" },
|
||||
properties = { floating = true,
|
||||
|
@ -23,8 +25,7 @@ awful.rules.rules = {
|
|||
skip_taskbar = false } },
|
||||
{ rule = { class = "Firefox", instance = "Navigator" },
|
||||
properties = { tag = tags[rule_screen][2],
|
||||
skip_taskbar = true,
|
||||
floating = false } },
|
||||
floating = false, minimized = false } },
|
||||
{ rule = { class = "Pidgin" },
|
||||
properties = { tag = tags[rule_screen][3]} },
|
||||
{ rule = { role = "buddy_list" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue