Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Another buggy behavior for "xdotool search --pid <pid>" #370

Open
nukemiko opened this issue Nov 26, 2021 · 0 comments
Open

Another buggy behavior for "xdotool search --pid <pid>" #370

nukemiko opened this issue Nov 26, 2021 · 0 comments

Comments

@nukemiko
Copy link

If you want to search a window which the pid is 0, xdotool will ignore the --pid option:

> xdotool search --pid 0   
Usage: xdotool search [options] regexp_pattern
...
If none of --name, --classname, --class, or --role are specified, the 
defaults are: --name --classname --class --role
> xdotool search --pid 42519 
130023431

It looks like a new bug, not a duplicate of #14.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant