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/450f00c58c4d768d6d355e8f0192c1a3%40olstad.com.