Considering _net_wm_state?
Is there a way to get i3 to recognize things about the _NET_WM_STATE
?
I have a window I want to be floating but there is no way to distinguish it except that it doesn't have a WM_WINDOW_ROLE
(for_window
seems to skip window_role
when WM_WINDOW_ROLE
is missing) and it sets,
_NET_WM_STATE(ATOM) = _NET_WM_STATE_ABOVE, _NET_WM_STATE_STICKY, _NET_WM_STATE_SKIP_TASKBAR
Basically, I'd like to recognize any window that has _NET_WM_STATE_ABOVE
as a floating window.