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:
parent
66b93ffded
commit
f2b6f5835e
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue