#Keyboard backlight not working
12 messages · Page 1 of 1 (latest)
I just installed omarchy on a lenovo yoga 700 and having the same issue
so might be a more general laptop issue, not macbook specific
There should be some solution for this right? And if there is any separate PKG or solutions, why wasn't it included in the Omarchy itself? 🤔
OK false alarm for me... turns out Fn + Spacebar toggles the backlight on/off 😅 🤦♂️
So it might be macbook specific after all 😬
Damn..!! Congrats for you.. I hope I find a solution soon enough for MacBook. Btw, did u find in keybindings the buttons to try these.. or through searching online?
fn + spacebar is default for Lenovo. I am getting backlight on my MacBook Pro 2019 though, if that helps you narrow it down.
I'm typing from my macbook air 2017, I'm not getting the lights from those keys.. 😕
I am running a 2013 mbp (retina) and no dice on the keyboard backlight either. Amazingly, the play/pause, forward, and reverse music buttons work (via the fn key). Also working is volume and display brightness. It's only keyboard backlighting that doesn't work.
Somebody from the omarch-help section helped with a script.. with which now the keyboard light is on.. but, now I need to add in that script.. to turn it off and bind it with keys...
@harsh perch @runic temple Dunno, if you already got this sorted, but I also have a macbook pro retina 13, late 2013 and was troubleshooting the kb backlight brightness. My fix was this:
run
"brightnessctl -l"
to list devices. Find the keyboard backlight one. In my case its:
Device 'smc::kbd_backlight' of class 'leds': Current brightness: 105 (41%) Max brightness: 255
Add these to .config/hypr/bindings.conf, using the correct device name.
#Custom keybinds for macbook pro retina 13, late 2013 keyboard backlight brightness bindel = , XF86KbdBrightnessUp, exec, brightnessctl -d "smc::kbd_backlight" set +10 bindel = , XF86KbdBrightnessDown, exec, brightnessctl -d "smc::kbd_backlight" set 10-
Voila! your brightness controls works like a charm.
omg tysm! works like a charm
Is there an easy way to configure it so I can have a little percent bar appear on the bottom of the screen, similar to the brightness or volume?