Loading...
Searching...
No Matches
21#define HELP_SEE_WINDOW_STACK \
22 "If no window is given, %1 is used. See WINDOW STACK in xdotool(1)\n"
23#define HELP_CHAINING_ENDS \
24 "This command consumes all arguments after it, so you cannot chain\n" \
25 " additional commands after it.\n"
29 Window **windowlist_ret,
int *nwindows_ret,
30 const int add_to_list);
33extern int is_command(
char *cmd);
36extern int window_get_arg(
context_t *
context,
int min_arg,
int window_arg_pos,
37 const char **window_arg);