swayfx
swayfx copied to clipboard
Allow hiding titlebar
Please fill out the following:
- Description:
the hack used to do this in normal sway
font pango:monospace 0
titlebar_border_thickness 0
titlebar_padding 0
doesnt work because of the rounded corners
whenever i use this, it says value of titlebar padding too low for value of corner_radius
If you'd like to hide the titlebar try setting the border to pixel (or none) instead of normal
Doesn't this also remove the border? Is there a way to keep the border but get rid of the title? (ex: the popular monocle layout)
This may be possible again after the rebase we're working on
Oh nice!