Keyboard Backlight/LEDs being overwritten by hyprland #10921
-
Similar to issue #7344 I have a cheap Chinese keyboard that has rgb functionality, meant to be turned on with the scroll lock key. I have tested and it works in the tty, however, when starting hyprland and:
According to the issue linked above: "hyprland takes full control of your LEDs..." "...if scroll lock is not enabled in hyprland, the LED will be disabled next time hyprland updates the LED states." |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
because you have a caps lock.
because nobody implemented it
because caps lock exists |
Beta Was this translation helpful? Give feedback.
No, it's the job of the display server.
Because every keypress could alter the caps lock state and we just update the LEDs. It's a bitfield of all LEDs in a uint32_t.