Thnx it's working now. Can't beleive i made such a newbie mistake. On Thursday, November 7, 2024 at 4:48:26 PM UTC+5:30 Kai Stian Olstad wrote:
> On 06.11.2024 12:00, 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 " " ' "), > > You are missing a ) at the end to close the Key. > And the 2 double quote after the png need to be escaped with a > backslash. > > > 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 " " ' > > "), > > You are missing a ) at the end to close the Key. > And the 2 double quote after the png need to be escaped with a > backslash. > You have a since quote after brightness that should not be there. > > -- > Kai Stian Olstad > -- 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/25bf7a40-dbd4-4f96-a667-23dcbb1757efn%40googlegroups.com.