Group-Comments: corr in-consequences (#3569)
Some group comments ("-- {{{" and/or "-- }}}") were either not closed or had in-consequences with line-feeds before or after.
This commit is contained in:
parent
a7210287dd
commit
21f0e1089a
|
@ -210,6 +210,7 @@ screen.connect_signal("request::desktop_decoration", function(s)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
end)
|
end)
|
||||||
|
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
-- {{{ Mouse bindings
|
-- {{{ Mouse bindings
|
||||||
|
@ -516,7 +517,6 @@ ruled.client.connect_signal("request::rules", function()
|
||||||
-- properties = { screen = 1, tag = "2" }
|
-- properties = { screen = 1, tag = "2" }
|
||||||
-- }
|
-- }
|
||||||
end)
|
end)
|
||||||
|
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
-- {{{ Titlebars
|
-- {{{ Titlebars
|
||||||
|
@ -558,6 +558,7 @@ client.connect_signal("request::titlebars", function(c)
|
||||||
layout = wibox.layout.align.horizontal
|
layout = wibox.layout.align.horizontal
|
||||||
}
|
}
|
||||||
end)
|
end)
|
||||||
|
-- }}}
|
||||||
|
|
||||||
-- {{{ Notifications
|
-- {{{ Notifications
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue