mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 20:55:59 +01:00
fix layout instead of kb_layout (#82)
This commit is contained in:
parent
1f509d6f13
commit
492fd71551
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ Sets the xkb layout index for a keyboard.
|
||||||
For example, if you set:
|
For example, if you set:
|
||||||
```ini
|
```ini
|
||||||
device:my-epic-keyboard-v1 {
|
device:my-epic-keyboard-v1 {
|
||||||
layout=us,pl,de
|
kb_layout=us,pl,de
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue