xmonad-props.sh 269 B

12345678
  1. #! /bin/sh
  2. exec xprop -notype \
  3. -f WM_NAME 8s ':\n title =\? $0\n' \
  4. -f WM_CLASS 8s ':\n appName =\? $0\n className =\? $1\n' \
  5. -f WM_WINDOW_ROLE 8s ':\n stringProperty "WM_WINDOW_ROLE" =\? $0\n' \
  6. WM_NAME WM_CLASS WM_WINDOW_ROLE \
  7. ${1+"$@"}