summaryrefslogtreecommitdiffstats
path: root/core/modules/slx-brightness
Commit message (Collapse)AuthorAgeFilesLines
* [slx-brightness] Add new module to control backlit displaysSimon Rettberg2024-03-116-0/+417
We do this raw by reading /dev/input/eventX to make sure no running program (e.g. VMware Player) can grab the keyboard and prevent any other running daemon (e.g. xfce-power-manager) from seeing the keystrokes. Another advantage is that this will work everywhere (tty, lightdm, VM, desktop session) since the daemon starts on system bootup.