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:
Helmut Fischer 2022-05-29 21:46:34 +02:00 committed by GitHub
parent a7210287dd
commit 21f0e1089a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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