-
Notifications
You must be signed in to change notification settings - Fork 329
Open
Description
Basic chaining works fine:
$ xdotool search --class MuPDF getwindowname
command-line.pdf - 1/169 (102 dpi)
But the -- separator mentioned in the man page is not recognized:
$ xdotool search --class MuPDF -- getwindowname
xdotool: Unknown command: --
Run 'xdotool help' if you want a command list
Moreover, if you use the type subcommand, it consumes all the remaining command line arguments and "types" them to the window. It should only take one argument, spaces can be escaped from the shell.
xdotool version 3.20150503.1-1 in Arch Linux
marciof
Metadata
Metadata
Assignees
Labels
No labels