How to detect when a container is set to float
Hi all,
I would like to act upon any window that is set as floating so I can be able to set border as normal when in floating mode and 1pixel when in tabbed mode.
As for now I am able to do this but only for selected applications via for_window [...]
, however I would like to extend this behaviour for any and all applications.
Regards.