~ruther/dwl

00843416ceb0964f236d636f16eb0d5d7470da6f — Rutherther 8 months ago c5e0a48 + ed7e711
Merge branch 'v0.7/naturalscrolltrackpad' into v0.7/patched-base
1 files changed, 2 insertions(+), 3 deletions(-)

M dwl.c
M dwl.c => dwl.c +2 -3
@@ 1245,11 1245,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);

		if (libinput_device_config_dwt_is_available(device))
			libinput_device_config_dwt_set_enabled(device, disable_while_typing);


Do not follow this link