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

Relative + and - are not inverses #118

Open
andeston opened this issue Nov 19, 2024 · 0 comments
Open

Relative + and - are not inverses #118

andeston opened this issue Nov 19, 2024 · 0 comments

Comments

@andeston
Copy link
Contributor

Alternating relative addition and subtraction can result in the value drifting.

$ brightnessctl -m s 50%
amdgpu_bl1,backlight,128,50%,255
$ brightnessctl -m s 10%+
amdgpu_bl1,backlight,154,60%,255
$ brightnessctl -m s 10%-
amdgpu_bl1,backlight,129,51%,255
$ brightnessctl -m s 10%+
amdgpu_bl1,backlight,155,61%,255
$ brightnessctl -m s 10%-
amdgpu_bl1,backlight,130,51%,255
$ brightnessctl -m s 10%+
amdgpu_bl1,backlight,156,61%,255
$ brightnessctl -m s 10%-
amdgpu_bl1,backlight,131,51%,255
$ brightnessctl -m s 10%+
amdgpu_bl1,backlight,157,62%,255
$ brightnessctl -m s 10%-
amdgpu_bl1,backlight,132,52%,255
$ brightnessctl -m s 10%+
amdgpu_bl1,backlight,158,62%,255
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 a pull request may close this issue.

1 participant