mirror of
https://codeberg.org/FabricSoul/dwl.git
synced 2025-08-04 04:20:24 -04:00
add option for set button map
This commit is contained in:
parent
16a49e9955
commit
b6d6127733
2 changed files with 6 additions and 0 deletions
1
dwl.c
1
dwl.c
|
@ -951,6 +951,7 @@ createpointer(struct wlr_pointer *pointer)
|
|||
libinput_device_config_tap_set_enabled(libinput_device, tap_to_click);
|
||||
libinput_device_config_tap_set_drag_enabled(libinput_device, tap_and_drag);
|
||||
libinput_device_config_tap_set_drag_lock_enabled(libinput_device, drag_lock);
|
||||
libinput_device_config_tap_set_button_map(libinput_device, button_map);
|
||||
}
|
||||
|
||||
if (libinput_device_config_scroll_has_natural_scroll(libinput_device))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue