logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

propwatch - a tool to monitor X11 properties

Author

       Gerd Knorr <kraxel@bytesex.org>

Description

propwatch  is  a  tool  to monitor window properties of root and application windows.  Nice for debugging
       property-based IPC of X11 programs.

Environment

DISPLAY
              specifies the display to use for the propwatch window.

Name

       propwatch - a tool to monitor X11 properties

Options

propwatch uses the Athena Widgets and accepts the usual toolkit options like -display and -geometry.

       Additional options are:

       -watchdisplay
              Display to monitor the windows on.  By default the display specified in  the  DISPLAY  environment
              variable or via -display is used, but it is possible to watch another display instead.

       -verbose
              be verbose.

       -proplog
              Log property changes to stdout.

       -kbdlog
              Log keystrokes to stdout.

       All  remaining  command line arguments are assumed to be property names which should be monitored.  If no
       property names are specified, a build in default (WM_COMMAND) will be used.

See Also

xprop(1), xhost(1), xauth(1), xwd(1)

Synopsis

propwatch[options]property-name...

See Also