zsh-background-notify icon indicating copy to clipboard operation
zsh-background-notify copied to clipboard

fix the awk expression in currentWindowId().

Open igwan opened this issue 9 years ago • 1 comments

On my system currentWindowId always return "_NET_WM_NAME," due to another occurrence of "NET_ACTIVE_WINDOW" in xprop -root result :

_NET_SUPPORTED(ATOM) = _NET_SUPPORTING_WM_CHECK, _NET_WM_NAME, _NET_WM_STATE_HIDDEN, _NET_NUMBER_OF_DESKTOPS, _NET_CLIENT_LIST, _NET_CLIENT_LIST_STACKING, _NET_CURRENT_DESKTOP, _NET_DESKTOP_NAMES, _NET_ACTIVE_WINDOW, _NET_WM_DESKTOP, _NET_WM_STRUT

igwan avatar Mar 31 '16 01:03 igwan

:+1: I have the same problem.

Menschenkindlein avatar Apr 20 '16 13:04 Menschenkindlein