Shawn Dunn
16aa50f074
* 0002-configuration-changes-for-default-wayfire-session.patch - Sets openSUSE background for wayfire session * 0003-configuration-changes-for-default-niri-session.patch - Disables "natural scrolling" by default * 0004-configuration-adds-miriway-session.patch - Enables miriway as a compositor option, and adds configurations - Minor specfile cleanup OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/lxqt-wayland-session?expand=0&rev=14
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
|
|
|