Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add fallback to WM_NAME #76

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gandalf3
Copy link

@gandalf3 gandalf3 commented Jun 6, 2022

wmctrl only reads _NET_WM_NAME, however some applications (e.g. steam) do not set it and only set WM_NAME.

When _NET_WM_NAME is missing, wmctrl gives the name as N/A; in such a case there is a chance we can still get the right name from WM_NAME.

Fixes #75

wmctrl only reads _NET_WM_NAME, however some applications (e.g. steam)
do not set it and only set WM_NAME.
When _NET_WM_NAME is missing, wmctrl gives the name as "N/A"; in such
a case there is a chance we can still get the right name from WM_NAME.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

wmctrl only reads _NET_WM_NAME
1 participant