Created
July 13, 2020 11:35
-
-
Save Xarkam/230169ff5bdf0c11218430d7b3d91f7c to your computer and use it in GitHub Desktop.
Get type of manager window class in X.
This file contains 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
#!/bin/bash | |
xprop WM_CLASS | grep -o '"[^"]*"' | head -n 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment