Skip to content

Instantly share code, notes, and snippets.

@tjgordon
Created June 15, 2017 18:08
Show Gist options
  • Save tjgordon/f4fcf70eb3ca89001a2f3f1bb2ea951c to your computer and use it in GitHub Desktop.
Save tjgordon/f4fcf70eb3ca89001a2f3f1bb2ea951c to your computer and use it in GitHub Desktop.
[Default Settings]
; !!!! do not edit, change settings in user section !!!!
; touch panel make (run xinput command in terminal)
touch_panel =
; minimum long press time in seconds, e.g - 0.5, 1.2
minimum_long_press_time = 1.5
; right click methods, possible values - xdotool, pymouse
right_click_method = xdotool
; long press behavior, possible values - pc (menu appears after finger lift), smartphone (no finger lift required, menu flickers once)
long_press_behavior = pc
; long press, possible values - 1 (true), 0 (false)
enable_long_press = 1
; two finger tap, possible values - 1 (true), 0 (false)
enable_two_finger_tap = 1
[User Settings]
; change settings below
; touch panel make (run xinput command in terminal)
touch_panel =
; minimum long press time in seconds, e.g - 0.5, 1.2
minimum_long_press_time = 1.5
; right click methods, possible values - xdotool, pymouse
right_click_method = xdotool
; long press behavior, possible values - pc (menu appears after finger lift), smartphone (no finger lift required, menu flickers once)
long_press_behavior = pc
; long press, possible values - 1 (true), 0 (false)
enable_long_press = 1
; two finger tap, possible values - 1 (true), 0 (false)
enable_two_finger_tap = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment