mirror of
https://codeberg.org/dwl/dwl-patches.git
synced 2025-09-06 11:14:51 +00:00
naturalscrollfix: 0.7-simplified
This commit is contained in:
parent
e047776bd5
commit
846342711f
@ -1,44 +1,30 @@
|
||||
From a68b6dd1e410e50a462cead653ac23cde42419bb Mon Sep 17 00:00:00 2001
|
||||
From 49592023b979ac04599d4177f576d3db2d256854 Mon Sep 17 00:00:00 2001
|
||||
From: ahmadinne <fikri.mny@gmail.com>
|
||||
Date: Fri, 15 Aug 2025 18:21:58 +0700
|
||||
Subject: [PATCH] creating new patch: naturalscrollfix
|
||||
Date: Sat, 16 Aug 2025 00:46:08 +0700
|
||||
Subject: [PATCH] create naturalscrollfix
|
||||
|
||||
---
|
||||
dwl.c | 13 ++++---------
|
||||
1 file changed, 4 insertions(+), 9 deletions(-)
|
||||
dwl.c | 6 +++---
|
||||
1 file changed, 3 insertions(+), 3 deletions(-)
|
||||
|
||||
diff --git a/dwl.c b/dwl.c
|
||||
index c717c1d..3f4d3b0 100644
|
||||
index c717c1d..4325df0 100644
|
||||
--- a/dwl.c
|
||||
+++ b/dwl.c
|
||||
@@ -1087,11 +1087,11 @@ createpointer(struct wlr_pointer *pointer)
|
||||
@@ -1087,10 +1087,10 @@ createpointer(struct wlr_pointer *pointer)
|
||||
libinput_device_config_tap_set_drag_enabled(device, tap_and_drag);
|
||||
libinput_device_config_tap_set_drag_lock_enabled(device, drag_lock);
|
||||
libinput_device_config_tap_set_button_map(device, button_map);
|
||||
- }
|
||||
-
|
||||
|
||||
- if (libinput_device_config_scroll_has_natural_scroll(device))
|
||||
- libinput_device_config_scroll_set_natural_scroll_enabled(device, natural_scrolling);
|
||||
|
||||
+ if (libinput_device_config_scroll_has_natural_scroll(device))
|
||||
+ libinput_device_config_scroll_set_natural_scroll_enabled(device, natural_scrolling);
|
||||
+ }
|
||||
+ } else {
|
||||
|
||||
if (libinput_device_config_dwt_is_available(device))
|
||||
libinput_device_config_dwt_set_enabled(device, disable_while_typing);
|
||||
|
||||
@@ -1109,11 +1109,6 @@ createpointer(struct wlr_pointer *pointer)
|
||||
|
||||
if (libinput_device_config_send_events_get_modes(device))
|
||||
libinput_device_config_send_events_set_mode(device, send_events_mode);
|
||||
-
|
||||
- if (libinput_device_config_accel_is_available(device)) {
|
||||
- libinput_device_config_accel_set_profile(device, accel_profile);
|
||||
- libinput_device_config_accel_set_speed(device, accel_speed);
|
||||
- }
|
||||
}
|
||||
|
||||
wlr_cursor_attach_input_device(cursor, &pointer->base);
|
||||
--
|
||||
2.50.1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user