mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
update device sections
This commit is contained in:
parent
d1322d7836
commit
c706ca2c7d
1 changed files with 5 additions and 3 deletions
|
@ -91,8 +91,9 @@ overwritten.
|
||||||
In order to apply per-device config options, make a new category like this:
|
In order to apply per-device config options, make a new category like this:
|
||||||
|
|
||||||
```ini
|
```ini
|
||||||
device:name {
|
device {
|
||||||
|
name = ...
|
||||||
|
# options ...
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -121,7 +122,8 @@ enabled -> (only for mice / touchpads / touchdevices / keyboards) enables / disa
|
||||||
Example config section:
|
Example config section:
|
||||||
|
|
||||||
```ini
|
```ini
|
||||||
device:royuan-akko-multi-modes-keyboard-b {
|
device {
|
||||||
|
name = royuan-akko-multi-modes-keyboard-b
|
||||||
repeat_rate=50
|
repeat_rate=50
|
||||||
repeat_delay=500
|
repeat_delay=500
|
||||||
middle_button_emulation=0
|
middle_button_emulation=0
|
||||||
|
|
Loading…
Reference in a new issue