Applied the unclutter patch

This commit is contained in:
Micah Gorrell 2023-05-12 08:45:00 -06:00
parent bce3b51fd2
commit 639a724223
3 changed files with 165 additions and 1 deletions

View file

@ -84,6 +84,8 @@ LIBINPUT_CONFIG_ACCEL_PROFILE_ADAPTIVE
*/
static const enum libinput_config_accel_profile accel_profile = LIBINPUT_CONFIG_ACCEL_PROFILE_ADAPTIVE;
static const double accel_speed = 0.0;
static const int cursor_timeout = 5;
/* You can choose between:
LIBINPUT_CONFIG_TAP_MAP_LRM -- 1/2/3 finger tap maps to left/right/middle
LIBINPUT_CONFIG_TAP_MAP_LMR -- 1/2/3 finger tap maps to left/middle/right