Created
November 17, 2019 14:16
-
-
Save cho2/b714350eb0ea28b1d88d375f5d6ce7df to your computer and use it in GitHub Desktop.
set brightness on iceWM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| echo 50 | sudo tee /sys/class/backlight/intel_backlight/brightness | |
| or | |
| echo 50 | sudo tee /sys/class/backlight/acpi_video0/brightness |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It worked in Debian 12 ๐