diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-02-01 17:52:18 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-02-01 17:52:18 +0530 |
| commit | d94da5436ac11c665ad659f22bee3aaf19c44504 (patch) | |
| tree | dc7d66a181bcb399516bdc03e78d0f809e3be9a6 | |
| parent | 34abc0dbbb964ed22859ddefc31f4be506b08380 (diff) | |
update
| -rw-r--r-- | config.def.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/config.def.h b/config.def.h index 903354d..c7354d2 100644 --- a/config.def.h +++ b/config.def.h @@ -22,9 +22,7 @@ static int log_level = WLR_ERROR; static const Rule rules[] = { /* app_id title tags mask isfloating monitor */ - /* examples: - { "Gimp", NULL, 0, 1, -1 }, - */ + { NULL, NULL, NULL, 0, -1 }, }; /* layout(s) */ @@ -79,7 +77,7 @@ LIBINPUT_CONFIG_CLICK_METHOD_NONE LIBINPUT_CONFIG_CLICK_METHOD_BUTTON_AREAS LIBINPUT_CONFIG_CLICK_METHOD_CLICKFINGER */ -static const enum libinput_config_click_method click_method = LIBINPUT_CONFIG_CLICK_METHOD_BUTTON_CLICKFINGER; +static const enum libinput_config_click_method click_method = LIBINPUT_CONFIG_CLICK_METHOD_CLICKFINGER; /* You can choose between: LIBINPUT_CONFIG_SEND_EVENTS_ENABLED |
