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

remove rounding of saved display brightness #48

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

KannebTo
Copy link

This prevents rounding from values < 0.5% to 0% (blacklight turns off).

Sometimes i am working with 0.1% brightness and the backlight turns off after suspend or profile change, which is annoying.

This prevents rounding from values < 0.5% to 0% (blacklight turns off).
@LinAGKar
Copy link

This really needs to be merged. They've clearly tried to prevent saving zeroes with value === 0, but that check is broken since it doesn't account for the rounding.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants