From 8fdcde430bb5506194d43dcfecca7dc59cbc54b5 Mon Sep 17 00:00:00 2001 From: Ashley Wulber Date: Mon, 8 Dec 2025 20:10:03 -0500 Subject: [PATCH] fix(input): install defaults for input_touchpad config --- debian/install | 1 + .../default_schema/com.system76.CosmicComp/v1/input_touchpad | 1 + 2 files changed, 2 insertions(+) create mode 100644 resources/default_schema/com.system76.CosmicComp/v1/input_touchpad diff --git a/debian/install b/debian/install index 98eea31..b4f2464 100644 --- a/debian/install +++ b/debian/install @@ -39,4 +39,5 @@ /usr/share/cosmic/com.system76.CosmicTheme.Light /usr/share/cosmic/com.system76.CosmicTheme.Light.Builder /usr/share/cosmic/com.system76.CosmicTheme.Mode +/usr/share/cosmic/com.system76.CosmicComp/v1/input_touchpad /usr/share/icons/hicolor diff --git a/resources/default_schema/com.system76.CosmicComp/v1/input_touchpad b/resources/default_schema/com.system76.CosmicComp/v1/input_touchpad new file mode 100644 index 0000000..feeb6db --- /dev/null +++ b/resources/default_schema/com.system76.CosmicComp/v1/input_touchpad @@ -0,0 +1 @@ +(state:Enabled,click_method:Some(Clickfinger),scroll_config:Some((method:Some(TwoFinger),natural_scroll:None,scroll_button:None,scroll_factor:None)),tap_config:Some((enabled:false,button_map:Some(LeftRightMiddle),drag:true,drag_lock:false))) \ No newline at end of file