feat(xwindow): %instance%, %class% from WM_CLASS#2830
Merged
Conversation
c4fe44c to
6a85bc4
Compare
Codecov Report
@@ Coverage Diff @@
## master #2830 +/- ##
==========================================
- Coverage 13.42% 13.40% -0.03%
==========================================
Files 151 151
Lines 11480 11499 +19
==========================================
Hits 1541 1541
- Misses 9939 9958 +19
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
|
Nice, exactly what I wanted to have 😂 |
6a85bc4 to
d01c0f1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What type of PR is this? (check all applicable)
Description
The xwindow module can now show the contents of the
WM_CLASSproperty of the active window.%instance%shows the first value and%class%shows the second.Some examples of what applications actually show:
%instance%%class%Related Issues & Documents
ICCCM Spec: https://x.org/releases/X11R7.6/doc/xorg-docs/specs/ICCCM/icccm.html#wm_class_property
Documentation (check all applicable)
The new tokens need to be added to the xwindow page. Also describe what they actually do.