You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run xdotool search "steam", xdotool spits out a number of PIDs. Assuming Steam Big Picture Mode is running, finding the appropriate PID through trial-and-error and running xdotool getwindowname <pid> returns Steam Big Picture Mode.
However, xdotool search "Steam Big Picture Mode" returns nothing. The same is true of using any of the words in that search term alone, excepting "Steam".
Arch version Linux 6.11.2-arch1-1 x86_64
xdotool version 3.20211022.1
The text was updated successfully, but these errors were encountered:
When I run
xdotool search "steam"
, xdotool spits out a number of PIDs. Assuming Steam Big Picture Mode is running, finding the appropriate PID through trial-and-error and runningxdotool getwindowname <pid>
returnsSteam Big Picture Mode
.However,
xdotool search "Steam Big Picture Mode"
returns nothing. The same is true of using any of the words in that search term alone, excepting "Steam".Arch version
Linux 6.11.2-arch1-1 x86_64
xdotool version
3.20211022.1
The text was updated successfully, but these errors were encountered: