You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wmctrl only reads _NET_WM_NAME, but some non-conforming applications only set WM_NAME (steam).
xdotool reads both; would it be possible to try and get the name via xdotool if wmctrl returns N/A for the title?
wmctrl only reads
_NET_WM_NAME, but some non-conforming applications only setWM_NAME(steam).xdotool reads both; would it be possible to try and get the name via xdotool if wmctrl returns N/A for the title?