logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

geisview - view operation of the GEIS API

Description

       This  manual  page  explains  the  geisview  program.  This  program  is  a test driver for verifying the
       recognition and propagation of gestures through the GEIS API.

Environment

       GEIS_DEBUG
              Enables GEIS library diagnostic messages on stderr.

Name

       geisview - view operation of the GEIS API

Options

       -V     Prints the version number of the program and exits.

       -w     Specifies the windowId of a specific window to associate with gestures.  Particularly useful  with
              touchscreens.   If  this  argument  is not set, the default action is to read gestures on the root
              window.

              The windowId can be determined using the program xwininfo.

       -b     Specifies the recognizer backend to use.

              The following are valid back end selections.

              dbus   Uses the DBus back end to connect to a running GEIS server (default).

              grail  Uses the dynamically loaded grail back end (default fallback).

              mock   Uses a mock back end for testing.

              xcb    Uses the pre-XI2 back end (may not be available).

See Also

geistest(1)

                                                February 12, 2013                                    geisview(1)

Synopsis

geisview[-V][-wwindowid][-bbackend]

See Also