From 24cf4cd9daea0b45924f8582fd4d6bd5da93444a Mon Sep 17 00:00:00 2001 From: Denis Chevalier Date: Fri, 7 Aug 2026 10:53:20 +0200 Subject: add cosmic config to dotfiles --- .../cosmic/com.system76.CosmicComp/v1/input_touchpad | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 dotfiles/.config/cosmic/com.system76.CosmicComp/v1/input_touchpad (limited to 'dotfiles/.config/cosmic/com.system76.CosmicComp/v1/input_touchpad') diff --git a/dotfiles/.config/cosmic/com.system76.CosmicComp/v1/input_touchpad b/dotfiles/.config/cosmic/com.system76.CosmicComp/v1/input_touchpad new file mode 100644 index 0000000..d32eb46 --- /dev/null +++ b/dotfiles/.config/cosmic/com.system76.CosmicComp/v1/input_touchpad @@ -0,0 +1,16 @@ +( + 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: true, + button_map: Some(LeftRightMiddle), + drag: true, + drag_lock: false, + )), +) \ No newline at end of file -- cgit