SwayOSD icon indicating copy to clipboard operation
SwayOSD copied to clipboard

Brightness feature didn't work

Open chenelias opened this issue 2 years ago • 2 comments

I add a .rules file to /etc/udev/rules.d/:

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"

and run the command sudo usermod -a -G video $USER but it didn't work as I expected.

chenelias avatar Sep 28 '23 19:09 chenelias

After I try this on nixos, it didn't work.

chenelias avatar Jan 01 '24 15:01 chenelias

Maybe this helps: #12

leon-erd avatar Feb 18 '24 00:02 leon-erd

Is this still an issue? Closing in the meantime.

ErikReider avatar Sep 11 '24 17:09 ErikReider