diff options
Diffstat (limited to 'dotfiles/.config/cosmic/com.system76.CosmicComp/v1/input_touchpad')
| -rw-r--r-- | dotfiles/.config/cosmic/com.system76.CosmicComp/v1/input_touchpad | 16 |
1 files changed, 16 insertions, 0 deletions
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 |
