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