27 lines
782 B
Diff
27 lines
782 B
Diff
|
From 68ce5d43980b817fcf2759144d14bcead3689378 Mon Sep 17 00:00:00 2001
|
||
|
From: "Shawn W. Dunn" <sfalken@cloverleaf-linux.org>
|
||
|
Date: Wed, 8 Jan 2025 10:51:06 -0800
|
||
|
Subject: [PATCH 3/4] configuration changes for default niri session
|
||
|
|
||
|
Disables "natural scrolling" for scrollwheel in default session
|
||
|
---
|
||
|
configurations/lxqt-niri.kdl | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/configurations/lxqt-niri.kdl b/configurations/lxqt-niri.kdl
|
||
|
index 845a4d0..883eeac 100644
|
||
|
--- a/configurations/lxqt-niri.kdl
|
||
|
+++ b/configurations/lxqt-niri.kdl
|
||
|
@@ -28,7 +28,7 @@ input {
|
||
|
tap
|
||
|
dwt
|
||
|
dwtp
|
||
|
- natural-scroll
|
||
|
+ // natural-scroll
|
||
|
accel-speed 0.6
|
||
|
// accel-profile "flat"
|
||
|
// scroll-method "two-finger"
|
||
|
--
|
||
|
2.47.1
|
||
|
|