From 92d1d21a3d2c5027cb8702274006c24f70df13c6 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Sun, 24 Jul 2022 12:23:31 +0200 Subject: [PATCH] added default touchpad settings to example configs --- example/hyprland.conf | 4 ++++ src/config/defaultConfig.hpp | 4 ++++ 2 files changed, 8 insertions(+) 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 { diff --git a/src/config/defaultConfig.hpp b/src/config/defaultConfig.hpp index 1897d93d..ec75397d 100644 --- a/src/config/defaultConfig.hpp +++ b/src/config/defaultConfig.hpp @@ -27,6 +27,10 @@ input { kb_rules= follow_mouse=1 + + touchpad { + natural_scroll=no + } } general {