mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-04-06 07:15:31 -04:00
Applied the unclutter patch
This commit is contained in:
parent
bce3b51fd2
commit
639a724223
3 changed files with 165 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue