emanuele6 / xqp

X Query pointer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

xqp (X Query Pointer) 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.

About

X Query pointer

License:The Unlicense


Languages

Language:C 67.6%Language:Makefile 32.4%