https://github.com/baskerville/xqp
X Query pointer
https://github.com/baskerville/xqp
Last synced: over 1 year ago
JSON representation
X Query pointer
- Host: GitHub
- URL: https://github.com/baskerville/xqp
- Owner: baskerville
- License: unlicense
- Created: 2016-12-22T11:11:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-05-01T01:26:28.000Z (about 6 years ago)
- Last Synced: 2024-10-27T21:49:25.662Z (over 1 year ago)
- Language: C
- Size: 2.93 KB
- Stars: 19
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Description
*xqp* (*X* *Q*uery *P*ointer) is an X.Org utility that prints the ID of the window under the pointer.
# Synopsis
xqp [-h|-v] [WID ...]
# Options
- `-h` — Print the synopsis to standard output and exit.
- `-v` — Print the version to standard output and exit.
If window IDs are given as arguments, *xqp* won't print anything but will return (via its exit code) whether or not the window under the pointer is in the list of given windows.