Enable titlebars by default

This means that titlebars, which are an important feature, get more testing. As
was recently shown, they don't get enough testing currently. Also, new users
will likely expect titlebars these days.

Everyone who doesn't want titlebars can easily disable them.

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2016-02-12 18:33:53 +01:00
parent 66b93ffded
commit f2b6f5835e
1 changed files with 1 additions and 1 deletions

View File

@ -475,7 +475,7 @@ client.connect_signal("manage", function (c)
awful.placement.no_offscreen(c)
end
local titlebars_enabled = false
local titlebars_enabled = true
if titlebars_enabled and (c.type == "normal" or c.type == "dialog") then
-- buttons for the titlebar
local buttons = awful.util.table.join(