summaryrefslogtreecommitdiff
path: root/data
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 /data
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 'data')
-rw-r--r--data/config/default/e.src1
-rw-r--r--data/config/standard/e.src1
-rw-r--r--data/config/tiling/e.src1
3 files changed, 3 insertions, 0 deletions
diff --git a/data/config/default/e.src b/data/config/default/e.src
index 73a362c77a..5f91c8a359 100644
--- a/data/config/default/e.src
+++ b/data/config/default/e.src
@@ -164,6 +164,7 @@ group "E_Config" struct {
value "theme_default_border_style" string: "default";
value "desk_auto_switch" int: 0;
value "thumb_nice" int: 0;
+ value "gesture_open_input_devices" int: 0;
value "screen_limits" int: 0;
value "menu_favorites_show" int: 1;
value "menu_apps_show" int: 1;
diff --git a/data/config/standard/e.src b/data/config/standard/e.src
index ec8e7865eb..d83c804d69 100644
--- a/data/config/standard/e.src
+++ b/data/config/standard/e.src
@@ -164,6 +164,7 @@ group "E_Config" struct {
value "theme_default_border_style" string: "default";
value "desk_auto_switch" int: 0;
value "thumb_nice" int: 0;
+ value "gesture_open_input_devices" int: 0;
value "screen_limits" int: 0;
value "menu_favorites_show" int: 1;
value "menu_apps_show" int: 1;
diff --git a/data/config/tiling/e.src b/data/config/tiling/e.src
index 87bf6c3470..75f59a81de 100644
--- a/data/config/tiling/e.src
+++ b/data/config/tiling/e.src
@@ -164,6 +164,7 @@ group "E_Config" struct {
value "theme_default_border_style" string: "default";
value "desk_auto_switch" int: 0;
value "thumb_nice" int: 0;
+ value "gesture_open_input_devices" int: 0;
value "screen_limits" int: 0;
value "menu_favorites_show" int: 1;
value "menu_apps_show" int: 1;