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
Your utility has been mentioned in several places as a way to restore functionality to an issue with displayplacer. I would like to use automator to run mirror-displays to turn off mirroring but I am unable to understand how to find the correct path. I have tried the following in automator: 1. select run shell script 2. change shell to bin/bash 3. add the following /usr/local/bin/mirror -off
I get the following: The action “Run Shell Script” encountered an error: “-: /usr/local/bin/mirror: No such file or directory”
The text was updated successfully, but these errors were encountered:
So I guess I should have tried to read more before posting. A simple google search about how to find path to command line utility returned many results and pointed me to the whereis command so "whereis mirror" returned the following:
/opt/homebrew/bin/mirror
I then added the command to follow
/opt/homebrew/bin/mirror/ mirror -off
This is working for me so maybe it will be helpful to others.
Your utility has been mentioned in several places as a way to restore functionality to an issue with displayplacer. I would like to use automator to run mirror-displays to turn off mirroring but I am unable to understand how to find the correct path. I have tried the following in automator: 1. select run shell script 2. change shell to bin/bash 3. add the following /usr/local/bin/mirror -off
I get the following: The action “Run Shell Script” encountered an error: “-: /usr/local/bin/mirror: No such file or directory”
The text was updated successfully, but these errors were encountered: