Skip to content

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