summaryrefslogtreecommitdiff
path: root/dotfiles/.config/cosmic/com.system76.CosmicComp/v1/input_touchpad
blob: d32eb46d8658dcdd1925998f40ad15c44ab9dcd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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,
    )),
)