username24532

Results 2 comments of username24532

Another thing that might be nice to have is selected window properties being passed as a uniform? Like `picom --property-uniforms=saturation,inverted` which passes _SATURATION and _INVERTED are numeric properties set by...

There's a [freedesktop.org spec](https://specifications.freedesktop.org/wm-spec/wm-spec-latest.html#idm45317634217920) for WM things like this. You can move a window to a given desktop by setting _NET_WM_DESKTOP on it, and get the current workspace from _NET_CURRENT_DESKTOP...