mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 08:05:59 +01:00
added default touchpad settings to example configs
This commit is contained in:
parent
8dcc3032a8
commit
92d1d21a3d
2 changed files with 8 additions and 0 deletions
|
@ -19,6 +19,10 @@ input {
|
||||||
kb_rules=
|
kb_rules=
|
||||||
|
|
||||||
follow_mouse=1
|
follow_mouse=1
|
||||||
|
|
||||||
|
touchpad {
|
||||||
|
natural_scroll=no
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
general {
|
general {
|
||||||
|
|
|
@ -27,6 +27,10 @@ input {
|
||||||
kb_rules=
|
kb_rules=
|
||||||
|
|
||||||
follow_mouse=1
|
follow_mouse=1
|
||||||
|
|
||||||
|
touchpad {
|
||||||
|
natural_scroll=no
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
general {
|
general {
|
||||||
|
|
Loading…
Reference in a new issue