Add some window rules
This commit is contained in:
parent
d3ae7475fa
commit
bc326bf84d
1 changed files with 11 additions and 0 deletions
11
rules.lua
11
rules.lua
|
@ -196,5 +196,16 @@ awful.rules.rules = {
|
|||
properties = {
|
||||
tag = "F4"
|
||||
}
|
||||
},
|
||||
{
|
||||
rule = { class = "Dragon" },
|
||||
properties = {
|
||||
sticky = true,
|
||||
ontop = true
|
||||
}
|
||||
},
|
||||
{
|
||||
rule = { class = "adobe dng converter.exe" },
|
||||
properties = { floating = true, size_hints_honor = true }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue