mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
update switchxkblayout example using name key (#576)
device:my-epic-keyboard-v1 { kb_layout=us,pl,de } does no longer work, but it does work when using device { name=my-epic-keyboard-v1 kb_layout=us,pl,de }
This commit is contained in:
parent
68eec5d3fa
commit
549b728393
1 changed files with 2 additions and 1 deletions
|
@ -126,7 +126,8 @@ 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 {
|
||||||
|
name=my-epic-keyboard-v1
|
||||||
kb_layout=us,pl,de
|
kb_layout=us,pl,de
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue