diff options
author | vaxerski <[email protected]> | 2022-07-24 12:23:31 +0200 |
---|---|---|
committer | vaxerski <[email protected]> | 2022-07-24 12:23:31 +0200 |
commit | 92d1d21a3d2c5027cb8702274006c24f70df13c6 (patch) | |
tree | 565603cda53f78f04e194c50ac3df72c126dc207 /example | |
parent | 8dcc3032a81e8b4eec9bbe7fa657caf1b4b8db9e (diff) | |
download | Hyprland-92d1d21a3d2c5027cb8702274006c24f70df13c6.tar.gz Hyprland-92d1d21a3d2c5027cb8702274006c24f70df13c6.zip |
added default touchpad settings to example configs
Diffstat (limited to 'example')
-rw-r--r-- | example/hyprland.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/example/hyprland.conf b/example/hyprland.conf index 7c5918e7..39ab3261 100644 --- a/example/hyprland.conf +++ b/example/hyprland.conf @@ -19,6 +19,10 @@ input { kb_rules= follow_mouse=1 + + touchpad { + natural_scroll=no + } } general { |