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

Add CLI option to configure screen mirroring #2666

Closed
waydabber opened this issue Feb 17, 2024 · 1 comment
Closed

Add CLI option to configure screen mirroring #2666

waydabber opened this issue Feb 17, 2024 · 1 comment
Assignees
Labels
done All tasks are completed enhancement New feature or request integration Command-line interface released Released
Milestone

Comments

@waydabber
Copy link
Owner

There should be a CLI option to mirror screens

@waydabber waydabber added enhancement New feature or request in progress Implementing internal pre-release Enable internal pre-releases under Settings/Applications/Updates integration Command-line interface labels Feb 17, 2024
@waydabber waydabber added this to the v2.2.4 milestone Feb 17, 2024
@waydabber waydabber self-assigned this Feb 17, 2024
@waydabber
Copy link
Owner Author

Mirrors myDisplay to myDisplay2

betterdisplaycli set -namelike=myDisplay -mirror=on -targetnamelike=myDisplay2

Mirrors myDisplay to myDisplay2 and myDisplay3

betterdisplaycli set -namelike=myDisplay -mirror=on -targetnamelike=myDisplay2,myDisplay3

Turn mirroring off

betterdisplaycli set -namelike=myDisplay -mirror=on -targetnamelike=myDisplay2

Gets mirror state (on or off)

betterdisplaycli get -namelike=gp27 -mirror

@waydabber waydabber added done All tasks are completed released Released and removed in progress Implementing internal pre-release Enable internal pre-releases under Settings/Applications/Updates labels Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
done All tasks are completed enhancement New feature or request integration Command-line interface released Released
Projects
None yet
Development

No branches or pull requests

1 participant