end-4 / dots-hyprland

i hate minimalism so...
https://end-4.github.io/dots-hyprland-wiki/en/
GNU General Public License v3.0
4.52k stars 314 forks source link

[Issue]NumLock light turn on automatically #837

Open alr86 opened 1 month ago

alr86 commented 1 month ago

The issue

When I turn off NumLock, it's light turn on automatic. After that when I press NumLock, the light will stay on and the NumLock behavior will turn on.

end-4 commented 1 month ago

so it's on and when you press it it's still on?... anyway, if you'd like to change it to off by default, edit hyprland config to have input:numlock_by_default = false

alr86 commented 1 month ago

numLock LED lights up After a while time, but the numLock is actually off (the number keys don't input numbers), and if I press numLock, then it actually turns on.

alr86 commented 1 month ago

general.conf:

{
  "general": {
    "numlock_by_default": false
  }
}

When I disable numlock in the config, the problem gets solved. However, the problem still exists, when I enable numlock in config, after pressing any key, the numlock light turns on without the numlock behavior.