Merge pull request #693 from psychon/enable-titlebars-by-default
Enable titlebars by default
This commit is contained in:
commit
10ff22a75d
|
@ -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