mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-16 18:15:58 +01:00
Keywords: add per-device keyword example (#728)
This commit is contained in:
parent
6f853b8e36
commit
33093cea99
1 changed files with 6 additions and 0 deletions
|
@ -133,6 +133,12 @@ device {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Example modifying per-device config values using `hyprctl`:
|
||||||
|
|
||||||
|
```plain
|
||||||
|
hyprctl -r -- keyword device[my-device]:sensitivity -1
|
||||||
|
```
|
||||||
|
|
||||||
{{< callout type=info >}}
|
{{< callout type=info >}}
|
||||||
|
|
||||||
Per-device layouts will by default not alter the keybind keymap, so for example with a global keymap of `us`
|
Per-device layouts will by default not alter the keybind keymap, so for example with a global keymap of `us`
|
||||||
|
|
Loading…
Reference in a new issue