From d94da5436ac11c665ad659f22bee3aaf19c44504 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Thu, 1 Feb 2024 17:52:18 +0530 Subject: update --- config.def.h | 6 ++---- 1 file 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 -- cgit v1.2.3