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

CLI for display config protection (protect current or turn protection off) #2670

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

Comments

@waydabber
Copy link
Owner

Config protection should be reachable via CLI.

@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 self-assigned this Feb 17, 2024
@waydabber waydabber added this to the v2.2.4 milestone Feb 17, 2024
@waydabber waydabber added done All tasks are completed and removed in progress Implementing labels Feb 20, 2024
@waydabber
Copy link
Owner Author

Turn all protections on:

betterdisplaycli set -namelike=MyDisplay -protectAll=on

Turn all protections off:

betterdisplaycli set -namelike=MyDisplay -protectAll=off

Toggle resolution protection on:

betterdisplaycli set -namelike=MyDisplay -protectResolution=on

Toggle refresh rate protection:

betterdisplaycli toggle -namelike=MyDisplay -protectRefreshRate

Turn HDR protection off:

betterdisplaycli toggle -namelike=MyDisplay -protectHDR=off

Protection parameters to set/toggle:

protectResolution
protectRefreshRate
protectHDR
protectRotation
protectAsMain
protectSDRProfile
protectHDRProfile
protectAll

@waydabber waydabber added released Released and removed internal pre-release Enable internal pre-releases under Settings/Applications/Updates labels Feb 26, 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