From 07a45af96b31a1b4bd6d14b3931dd4d1e58c4c46 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Mon, 25 Dec 2023 08:35:11 +0800 Subject: [PATCH] feat: touchbar natural_scr - shoukei --- home/linux/desktop/hyprland/conf/hyprland.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/linux/desktop/hyprland/conf/hyprland.conf b/home/linux/desktop/hyprland/conf/hyprland.conf index fc688763..42968cb5 100644 --- a/home/linux/desktop/hyprland/conf/hyprland.conf +++ b/home/linux/desktop/hyprland/conf/hyprland.conf @@ -8,6 +8,9 @@ input { kb_rules= follow_mouse=1 natural_scroll=0 + touchpad { + natural_scroll = 1 + } force_no_accel=0 # repeat_rate= # repeat_delay= @@ -52,6 +55,7 @@ decoration { #-- Animations ---------------------------------------------------- animations { enabled=1 + # animation=NAME,ONOFF,SPEED,CURVE,STYLE animation=windows,1,8,default,popin 80% animation=fadeOut,1,8,default animation=fadeIn,1,8,default