Bindings and rules
This commit is contained in:
parent
81cba76bde
commit
dcf3a84ba8
7 changed files with 40 additions and 55 deletions
|
@ -101,6 +101,10 @@ awful.rules.rules = {
|
|||
properties = { sticky = true, ontop = true }},
|
||||
{ rule = { class = "adobe dng converter.exe" },
|
||||
properties = { floating = true, size_hints_honor = true }},
|
||||
{ rule = { class = "pentablet", type = "normal"},
|
||||
properties = { floating = true, size_hints_honor = true}},
|
||||
{ rule = { class = "pentablet", type = "utility"},
|
||||
properties = { floating = true, size_hints_honor = true, focusable = false}},
|
||||
{ rule = { class = "Onboard" },
|
||||
properties = { sticky = true, ontop = true, focusable = false}},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue