diff options
author | Leonardo Hernández Hernández <leohdz172@protonmail.com> | 2022-12-05 23:43:47 -0600 |
---|---|---|
committer | Leonardo Hernández Hernández <leohdz172@protonmail.com> | 2022-12-05 23:43:47 -0600 |
commit | b5229636a386e22fa9e4074e429fbc6644bd3e4c (patch) | |
tree | 1cfdba70942eb0ad899a10130754195330ed65a5 /config.def.h | |
parent | 02c257e0b163430401c87fc62937a454e883359b (diff) | |
parent | c9a0a8bf6de9130655342e362a5a9f09c6a7fd08 (diff) |
Merge remote-tracking branch 'upstream/main' into wlroots-next
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 8f01192..a4f7c13 100644 --- a/config.def.h +++ b/config.def.h @@ -85,6 +85,11 @@ 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; +/* 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 +*/ +static const enum libinput_config_tap_button_map button_map = LIBINPUT_CONFIG_TAP_MAP_LRM; /* If you want to use the windows key for MODKEY, use WLR_MODIFIER_LOGO */ #define MODKEY WLR_MODIFIER_ALT |