Skip to content

Instantly share code, notes, and snippets.

@gaintsev
Created September 1, 2015 17:51
Show Gist options
  • Save gaintsev/f4451725baf9fa225085 to your computer and use it in GitHub Desktop.
Save gaintsev/f4451725baf9fa225085 to your computer and use it in GitHub Desktop.
Linux get window name
xprop |awk '/WM_CLASS/{print $4}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment