summaryrefslogtreecommitdiff
path: root/src/bin/e_config.c
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2022-01-18 21:17:54 +0000
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2022-01-18 21:17:54 +0000
commit264b59c42fdb2a926a28eb054591bdb8f81a68ce (patch)
tree199ca92fc685b89a4dc4053cf37141b1f2609840 /src/bin/e_config.c
parent29e1a12da323a25a7421ca50823b6c0953ee2411 (diff)
downloadenlightenment-264b59c42fdb2a926a28eb054591bdb8f81a68ce.tar.gz
gesture - add an option to turn it all on or off
so - some people have issues if we open devices. why... i don't know, but add an option to toggle this and be conservative and have it off by default @fix
Diffstat (limited to 'src/bin/e_config.c')
-rw-r--r--src/bin/e_config.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bin/e_config.c b/src/bin/e_config.c
index 8c15101f32..e7f091453f 100644
--- a/src/bin/e_config.c
+++ b/src/bin/e_config.c
@@ -879,6 +879,8 @@ _e_config_edd_init(Eina_Bool old)
E_CONFIG_VAL(D, T, thumb_nice, INT);
+ E_CONFIG_VAL(D, T, gesture_open_input_devices, UCHAR);
+
E_CONFIG_VAL(D, T, menu_icons_hide, UCHAR);
E_CONFIG_VAL(D, T, menu_favorites_show, INT);
E_CONFIG_VAL(D, T, menu_apps_show, INT);
@@ -1919,6 +1921,8 @@ e_config_load(void)
E_CONFIG_LIMIT(e_config->desk_auto_switch, 0, 1);
E_CONFIG_LIMIT(e_config->screen_limits, 0, 2);
+ E_CONFIG_LIMIT(e_config->thumb_nice, -20, 20);
+ E_CONFIG_LIMIT(e_config->gesture_open_input_devices, 0, 1);
E_CONFIG_LIMIT(e_config->dpms_enable, 0, 1);
E_CONFIG_LIMIT(e_config->dpms_standby_enable, 0, 1);