Hide titlebar for clients that request so

Co-authored-by: Arkhist <peyrille.benjamin@gmail.com>
This commit is contained in:
Alice Gaudon 2021-02-17 11:24:54 +01:00
parent f3b9ffcaf9
commit 3908cb4058
1 changed files with 4 additions and 0 deletions

View File

@ -715,6 +715,10 @@ client.connect_signal("request::titlebars", function(c)
}, },
layout = wibox.layout.align.horizontal layout = wibox.layout.align.horizontal
} }
if c.requests_no_titlebar then
awful.titlebar.hide(c)
end
end) end)
-- Enable sloppy focus, so that focus follows mouse. -- Enable sloppy focus, so that focus follows mouse.