mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
rcxml.c: enable tap be default on non-touch devices
Some trackpads do not honour tap if we only enable it on touch-devices.
This commit is contained in:
parent
baf555edd0
commit
4ba59f7074
1 changed files with 1 additions and 1 deletions
|
|
@ -678,7 +678,7 @@ post_processing(void)
|
|||
if (!wl_list_length(&rc.libinput_categories)) {
|
||||
/* So we still allow tap to click by default */
|
||||
struct libinput_category *l = libinput_category_create();
|
||||
l->type = TOUCH_DEVICE;
|
||||
l->type = DEFAULT_DEVICE;
|
||||
}
|
||||
if (!wl_list_length(&rc.workspace_config.workspaces)) {
|
||||
struct workspace *workspace = calloc(1, sizeof(struct workspace));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue