Commit e56809a0 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Fix for floating windows with titlebars disabled (awesome)

parent 52a98b76
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ local beautiful = require("beautiful")
-- {{{ Link titlebars with floating property

function set_titlebar(c)
	if c.floating then
	if c.floating and c.titlebars_enabled then
		awful.titlebar.show(c)
	else
		awful.titlebar.hide(c)