Skip to content

Instantly share code, notes, and snippets.

@Xarkam
Created July 13, 2020 11:35
Show Gist options
  • Save Xarkam/230169ff5bdf0c11218430d7b3d91f7c to your computer and use it in GitHub Desktop.
Save Xarkam/230169ff5bdf0c11218430d7b3d91f7c to your computer and use it in GitHub Desktop.
Get type of manager window class in X.
#!/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