Skip to content

Instantly share code, notes, and snippets.

@cho2
Created November 17, 2019 14:16
Show Gist options
  • Select an option

  • Save cho2/b714350eb0ea28b1d88d375f5d6ce7df to your computer and use it in GitHub Desktop.

Select an option

Save cho2/b714350eb0ea28b1d88d375f5d6ce7df to your computer and use it in GitHub Desktop.
set brightness on iceWM
echo 50 | sudo tee /sys/class/backlight/intel_backlight/brightness
or
echo 50 | sudo tee /sys/class/backlight/acpi_video0/brightness
@luisgdev

luisgdev commented Dec 9, 2024

Copy link
Copy Markdown

It worked in Debian 12 ๐Ÿ‘

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment