windowList: List all windows

Description Usage Arguments Value Author(s) References

Description

Create a data frame

Usage

1
windowList(pid = FALSE, geometry = FALSE, class = FALSE)

Arguments

pid

Logical value indicating whether to include window process ids in the result.

geometry

Logical value indicating whether to include window geometry in the result.

class

Logical value indicating whether to include window class names in the result.

Value

A data frame. This will always have columns windowID, desktop, machine, and windowName. If pid is TRUE, it will also contain a pid column. If geometry is TRUE, it will also contain columns x, y, w, and h. If class is TRUE, it will also contain a windowClass column.

Author(s)

Paul Murrell

References

http://tripie.sweb.cz/utils/wmctrl/


pmur002/wmctrl documentation built on May 25, 2019, 10:21 a.m.