-
Notifications
You must be signed in to change notification settings - Fork 52
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
--min-value prevents all value changes #82
Comments
not a fix, but i got around this by having an external script that clamps the set value between min and max. dirty but it works. |
I'm also experiencing this issue, it seems that the --min-value option is broken. |
yep. |
I think I have a work around. I haven't looked at the code, but I think the problem is related to the argument parsing. I seem to have gotten it to work if I use the long form of the option, and I specify the minimum value in absolute units instead of as a percent. So this command seems to be doing the correct thing for me:
With that command it does actually bottom out at a brightness level of 150. |
thanks. |
Add 'TODO' keywords to mark unresolved issues. Requires: - Hummer12007/brightnessctl#82 - nix-community/home-manager#2732
I'm trying to use
--min-value
in order to keep something likebrightnessctl set 5%-
from turning my screen off. However it seems that setting--min-value
is preventing ANY change from happening, even if it is above the minimum specified.The text was updated successfully, but these errors were encountered: