How to set "new_window pixel" only for non-float windows?
I want floating windows to have a title bar and non-floating windows to not have a title bar.
Here's my relevant config:
hide_edge_borders both
new_window pixel
new_float normal 2
However whatever I do, setting new_window
affects both floating and non-floating windows.
Is it possible to change this behaviour?
I'm pretty sure this one is fixed in the development version.