wmctrl-package: R interface to wmctrl command

Description Details Author(s) References Examples

Description

Provides R functions to control the windows and mouse on a Linux desktop (with an X Window manager that is compatible with the EWMH/NetWM specification). The functions all work by making system calls to the wmctrl command.

Details

An R interface to the wmctrl command (on Linux).

Author(s)

Paul Murrell

Maintainer: Paul Murrell <paul@stat.auckland.ac.nz>

References

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

Examples

1
2
3
4
5
6
7
## Not run: 
wid <- openWindow("gnome-terminal")
positionWindow(wid, 100, 200, 300, 400)
focusWindow(wid)
closeWindow(wid)

## End(Not run)

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