forked from ashpie/simple-awesome
Hide titlebar for clients that request so
Co-authored-by: Arkhist <peyrille.benjamin@gmail.com>
This commit is contained in:
parent
2ff77572ff
commit
4d0173f7e6
@ -720,6 +720,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.
|
||||||
|
Loading…
Reference in New Issue
Block a user