Keyboard backlight support for T2 macbooks. #2292
satyapraneet63
started this conversation in
Ideas
Replies: 2 comments 2 replies
-
This script can be used in terminal, but I am unable to execute it in the bindings.conf |
Beta Was this translation helpful? Give feedback.
2 replies
-
#1779 had to change to apple::kbs_backlight for my device
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using a 2019 13" MacBook Air. My mac buttons are working as expected mostly, I see xf86 keybinds for most of the buttons, but not the keyboard backlight. I have added them to the
~/.config/hypr/bindings.conf
for myself.bind = , XF86KbdBrightnessDown, exec, brightnessctl -d apple::kbd_backlight set 10%- && notify-send "Keyboard Brightness" "$(brightnessctl -d apple::kbd_backlight | grep -oP '\(\K[0-9]+(?=%\))')%"
bind = , XF86KbdBrightnessUp, exec, brightnessctl -d apple::kbd_backlight set +10% && notify-send "Keyboard Brightness" "$(brightnessctl -d apple::kbd_backlight | grep -oP '\(\K[0-9]+(?=%\))')%"
I have tried to integrate the swayosd-client custom message, but am failing miserably. I could use some help and maybe have this added for the T2 macs since they are being supported out of the box. Temporarily using the notify-send as a bandaid. Most of the features for mac are running smoothly. My respect to the maintainers.
I am tempted to open a PR, but that would be presumptuous since I only have a stopgap solution. Hoping to find a more elegant one through discussion.
I have opened an enhancement issue here: #2291 (comment)
Beta Was this translation helpful? Give feedback.
All reactions