Merge pull request #693 from psychon/enable-titlebars-by-default

Enable titlebars by default
This commit is contained in:
Daniel Hahler 2016-02-13 15:09:21 +01:00
commit 10ff22a75d
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) awful.placement.no_offscreen(c)
end end
local titlebars_enabled = false local titlebars_enabled = true
if titlebars_enabled and (c.type == "normal" or c.type == "dialog") then if titlebars_enabled and (c.type == "normal" or c.type == "dialog") then
-- buttons for the titlebar -- buttons for the titlebar
local buttons = awful.util.table.join( local buttons = awful.util.table.join(