hyprwm / Hyprland

Hyprland is a highly customizable dynamic tiling Wayland compositor that doesn't sacrifice on its looks.
https://hyprland.org
BSD 3-Clause "New" or "Revised" License
17.88k stars 752 forks source link

Inputs, keyboard, touchpad, and other settings generate error notification #6669

Closed engjpacheco closed 2 days ago

engjpacheco commented 3 days ago

After the last update hyprland Inputs, keyboard, touchpad, and other settings generate error notification, so when I comment those the error disappears but the configuration too, I mean if I comment the option of the touchpad, the error disappears but the touchpad goes disabled. I don't know if some variables changes the names or something related to that.

Thanks in advance

engjpacheco commented 2 days ago

capture These are the error messages

lvlick commented 2 days ago

@engjpacheco It looks like you aren't closing your general category.

The config should be:

general {
  ...
}

input {
  kb_layout = gb,us
  ...
}
vaxerski commented 2 days ago

not a hyprland issue, you havent closed the general category

engjpacheco commented 2 days ago

aaa batman, whata hawkeye, thanks,,, all the erros gone,

Thanku guys