Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Xtooler ¶
type Xtooler interface { WaitForWindow(ctx context.Context, w Window) ([]string, error) CloseWindowID(wid string) error PidForWindowID(wid string) (int, error) }
Xtooler works with xdotool to perform various operations on X11 windows
func MakeXDoTool ¶
func MakeXDoTool() Xtooler
MakeXDoTool returns a Xtooler that can interact with windows
Click to show internal directories.
Click to hide internal directories.