default keyboard layout #15129
Unanswered
Estirp
asked this question in
Feature requests - Config
Replies: 0 comments
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.
When I started hyprland after removing my old syntax configuration (.conf), the new generated hyprland.lua conf come with
However,
localectlshowX11 Layout: frand
/etc/vconsole.confcontains
XKBLAYOUT=frI do not know which standard way hyprland should use to take the keyboard, but I think it should take one, probably one of the aforementioned. And if no keyboard is configured in the system, it could take, maybe, the "us" one.
I think the generated config file should default contains
kb_layout = "",which should correspond to, by orderAnd only if someone write a value inside kb_layout, take the value(s) inside.
All reactions