Skip to content

Instantly share code, notes, and snippets.

@tom335
tom335 / backlight.md
Created June 26, 2022 20:04
Change backlight file groups for Arch

For intel_backlight, use the following udev rule:

https://wiki.archlinux.org/title/Backlight#ACPI

/etc/udev/rules.d/backlight.rules

RUN+="/bin/chgrp video /sys/class/backlight/intel_backlight/brightness"
RUN+="/bin/chmod g+w /sys/class/backlight/intel_backlight/brightness"