Allen Morris

Results 3 comments of Allen Morris

I think by definition the _NET_ACTIVE_WINDOW is the window with state _NET_WM_STATE_FOCUSED. ``` watch 'xprop -id $(xprop -root _NET_ACTIVE_WINDOW | awk -e "{ print \$5 }") _NET_WM_STATE WM_NAME' ``` Am...

_NET_ACTIVE_WINDOW The window ID of the currently active window or None if no window has the focus. https://standards.freedesktop.org/wm-spec/wm-spec-latest.html#idm140200472702304 _NET_WM_STATE_FOCUSED indicates whether the window's decorations are drawn in an active state....

This also causes issues with JSON::Validator.