test-geometry.lua: Fix indentation
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
5bbe6747fc
commit
0dff0c308a
|
@ -55,18 +55,17 @@ local steps = {
|
||||||
awful.rules.rules = {
|
awful.rules.rules = {
|
||||||
-- All clients will match this rule.
|
-- All clients will match this rule.
|
||||||
{ rule = { },properties = {
|
{ rule = { },properties = {
|
||||||
titlebars_enabled = true,
|
titlebars_enabled = true,
|
||||||
border_width = 10,
|
border_width = 10,
|
||||||
border_color = "#00ff00",
|
border_color = "#00ff00",
|
||||||
size_hints_honor = false,
|
size_hints_honor = false,
|
||||||
x = 0,
|
x = 0,
|
||||||
y = 0,
|
y = 0,
|
||||||
width = 100,
|
width = 100,
|
||||||
height = 100
|
height = 100
|
||||||
|
}}
|
||||||
}
|
}
|
||||||
}
|
return true
|
||||||
}
|
|
||||||
return true
|
|
||||||
end,
|
end,
|
||||||
function(count)
|
function(count)
|
||||||
if count == 1 then
|
if count == 1 then
|
||||||
|
|
Loading…
Reference in New Issue