From add0b32cd189f37495cc077408b748f486b7d70c Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 11 Mar 2024 14:32:38 +0100 Subject: [slx-brightness] Add new module to control backlit displays 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. --- core/modules/slx-brightness/module.conf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 core/modules/slx-brightness/module.conf (limited to 'core/modules/slx-brightness/module.conf') diff --git a/core/modules/slx-brightness/module.conf b/core/modules/slx-brightness/module.conf new file mode 100644 index 00000000..f4705015 --- /dev/null +++ b/core/modules/slx-brightness/module.conf @@ -0,0 +1,5 @@ +#!/bin/bash + +REQUIRED_BINARIES=" + slx-brightness +" -- cgit v1.2.3-55-g7522