
xev
List of commands for xev:
-
xev:tldr:9276f xev: Monitor all X events of a particular window.$ xev -id ${window_id}try on your machineexplain this command
-
xev:tldr:9ec69 xev: Monitor all X events of the root window instead of creating a new one.$ xev -roottry on your machineexplain this command
-
xev:tldr:d119f xev: Monitor X events from a given category (can be specified multiple times).$ xev -event ${event_category}try on your machineexplain this command