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

Search --pid without regexp_argument #267

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mjsir911
Copy link

@mjsir911 mjsir911 commented Nov 14, 2019

Implement pid searching without additional search argument to allow commands like:

$ xdotool search --pid 123 set_window --urgency 1

I don't think it made much sense to search by name and pid, previously you had to do something like this:

$ ./xdotool search --pid 123  name_that_does_not_exist set_window --urgency 1
Defaulting to search window name, class, and classname

Fixes #14

@mjsir911
Copy link
Author

mjsir911 commented Apr 7, 2024

@jordansissel is there any interest in getting this merged? Can fix the conflict

@mjsir911 mjsir911 changed the title [WIP] search --pid without regexp_argument Search --pid without regexp_argument Apr 7, 2024
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

Successfully merging this pull request may close these issues.

Buggy behaviour for "xdotool search --pid <pid>"
1 participant