On Wed, Nov 06, 2024 at 03:00:11AM -0800, fork_me_maybe wrote:
> Sorry, My current key bindings look like this
> 
> Key([], "F2", lazy.spawn("bash -c 'echo 0 > 
> /sys/class/leds/asus::kbd_backlight/brightness && notify-send -u normal -i 
> /home/odd/.config/dunst/icons/keyboard-backlight-off.png " " ' "),
> Key([], "F3", lazy.spawn("bash -c 'echo 1 > 
> /sys/class/leds/asus::kbd_backlight/brightness' && notify-send -u normal -i 
> /home/odd/.config/dunst/icons/keyboard-backlight-on.png " " ' "),

My guess is that you don't have write perms to
/sys/class/leds/asus::kbd_backlight/brightness; we distribute some
udev rules
https://docs.qtile.org/en/stable/manual/install/index.html#udev-rules
if you want to try those, they should help.

Tycho

-- 
You received this message because you are subscribed to the Google Groups 
"qtile-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qtile-dev+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/qtile-dev/ZyvHY05KILO6Hkpr%40tycho.pizza.

Reply via email to