backlight icon indicating copy to clipboard operation
backlight copied to clipboard

+/- requires root

Open CamilleScholtz opened this issue 7 years ago • 1 comments

is there anything I can do about this?

CamilleScholtz avatar Sep 01 '16 18:09 CamilleScholtz

This can be achieved with udev rules, as explained in the ArchWiki:

ACTION=="add", SUBSYSTEM=="backlight", KERNEL=="acpi_video0", RUN+="/bin/chgrp video /sys/class/backlight/%k/brightness"
ACTION=="add", SUBSYSTEM=="backlight", KERNEL=="acpi_video0", RUN+="/bin/chmod g+w /sys/class/backlight/%k/brightness"

Don't forget to add yourself to the video group.

bricewge avatar May 18 '19 08:05 bricewge