How to set the new_window property for cherry-picked applications?
I use:
new_window 1pixel
As the default setting for border style. However for some applications that I use in floating mode I would like to have the window title shown, specially when working over messy windows in the background. I tried for example:
for_window [class="Emacs"] new_window normal
for_window [class="Copyq"] new_window normal
But it doesn't works. Is there a way I can set specific applications (preferably by their window classes, as title will vary) to show the title bar while keeping the rest honoring the global settings?