How to configure xmonad to respect the sticky (_NET_WM_STATE_STICKY) and floating (_NET_WM_STATE_ABOVE) window tags
0
votes
1
answer
432
views
An [
xprop
](https://man.archlinux.org/man/xprop.1.en) call on such a window reveals these two flags in its _NET_WM_STATE
property:
WM_STATE(WM_STATE):
window state: Normal
icon window: 0x0
_NET_WM_STATE(ATOM) = _NET_WM_STATE_ABOVE, _NET_WM_STATE_STICKY
...
WM_NAME(UTF8_STRING) = "Picture in picture"
_NET_WM_NAME(UTF8_STRING) = "Picture in picture"
How can we set up _xmonad_ to respect these two flags?
Asked by Petr
(1776 rep)
Jun 30, 2022, 02:08 PM