From f2b6f5835e49cc269a125219cd1728004182f3e8 Mon Sep 17 00:00:00 2001 From: Uli Schlachter Date: Fri, 12 Feb 2016 18:33:53 +0100 Subject: [PATCH] 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 --- awesomerc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awesomerc.lua b/awesomerc.lua index 1344e171..d95b9a2b 100755 --- a/awesomerc.lua +++ b/awesomerc.lua @@ -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(