summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2020-11-13 12:00:49 +0000
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2020-11-14 20:48:09 +0000
commit05b0ff59a8a5a18afbcb4a4ced8a72c7f146068d (patch)
treeae95ef3558decb5ec2a787eb047a66fe4c02fc88 /data
parente5bf0d66eb492d2f0d0f03f40a46811d8d2d8fc1 (diff)
downloadenlightenment-05b0ff59a8a5a18afbcb4a4ced8a72c7f146068d.tar.gz
x - add xinput device watching and beginnings of configuring them
Diffstat (limited to 'data')
-rw-r--r--data/config/default/e.src12
-rw-r--r--data/config/standard/e.src12
-rw-r--r--data/config/tiling/e.src12
3 files changed, 27 insertions, 9 deletions
diff --git a/data/config/default/e.src b/data/config/default/e.src
index 012e468c1b..9d592f13b0 100644
--- a/data/config/default/e.src
+++ b/data/config/default/e.src
@@ -1,5 +1,5 @@
group "E_Config" struct {
- value "config_version" int: 1000032;
+ value "config_version" int: 1000033;
value "config_type" uint: 0; // this profile seems to just be super minimalist
value "desktop_default_name" string: "%i-%i";
value "desktop_default_window_profile" string: "";
@@ -137,9 +137,15 @@ group "E_Config" struct {
value "clientlist_limit_caption_len" int: 0;
value "clientlist_max_caption_len" int: 2;
value "mouse_hand" int: 1;
- value "mouse_accel_numerator" int: 2;
- value "mouse_accel_denominator" int: 1;
+ value "mouse_accel" double: 0.0;
value "mouse_accel_threshold" int: 4;
+ value "touch_tap_to_click" uchar: 0;
+ value "mouse_natural_scroll" uchar: 0;
+ value "mouse_emulate_middle_button" uchar: 1;
+ value "touch_clickpad" uchar: 1;
+ value "touch_scrolling_mode" uchar: 0;
+ value "touch_scrolling_horiz" uchar: 1;
+ value "touch_palm_detect" uchar: 1;
value "border_raise_on_mouse_action" int: 1;
value "desk_flip_wrap" int: 0;
value "fullscreen_flip" int: 1;
diff --git a/data/config/standard/e.src b/data/config/standard/e.src
index 6ad850bc03..4470011929 100644
--- a/data/config/standard/e.src
+++ b/data/config/standard/e.src
@@ -1,5 +1,5 @@
group "E_Config" struct {
- value "config_version" int: 1000032;
+ value "config_version" int: 1000033;
value "config_type" uint: 3;
value "desktop_default_name" string: "%i-%i";
value "desktop_default_window_profile" string: "standard";
@@ -135,9 +135,15 @@ group "E_Config" struct {
value "clientlist_limit_caption_len" int: 0;
value "clientlist_max_caption_len" int: 2;
value "mouse_hand" int: 1;
- value "mouse_accel_numerator" int: 2;
- value "mouse_accel_denominator" int: 1;
+ value "mouse_accel" double: 0.0;
value "mouse_accel_threshold" int: 4;
+ value "touch_tap_to_click" uchar: 0;
+ value "mouse_natural_scroll" uchar: 0;
+ value "mouse_emulate_middle_button" uchar: 1;
+ value "touch_clickpad" uchar: 1;
+ value "touch_scrolling_mode" uchar: 0;
+ value "touch_scrolling_horiz" uchar: 1;
+ value "touch_palm_detect" uchar: 1;
value "border_raise_on_mouse_action" int: 1;
value "desk_flip_wrap" int: 0;
value "fullscreen_flip" int: 1;
diff --git a/data/config/tiling/e.src b/data/config/tiling/e.src
index e0f14b4b6d..af306fe342 100644
--- a/data/config/tiling/e.src
+++ b/data/config/tiling/e.src
@@ -1,5 +1,5 @@
group "E_Config" struct {
- value "config_version" int: 1000032;
+ value "config_version" int: 1000033;
value "config_type" uint: 3;
value "desktop_default_name" string: "%i-%i";
value "desktop_default_window_profile" string: "standard";
@@ -135,9 +135,15 @@ group "E_Config" struct {
value "clientlist_limit_caption_len" int: 0;
value "clientlist_max_caption_len" int: 2;
value "mouse_hand" int: 1;
- value "mouse_accel_numerator" int: 2;
- value "mouse_accel_denominator" int: 1;
+ value "mouse_accel" double: 0.0;
value "mouse_accel_threshold" int: 4;
+ value "touch_tap_to_click" uchar: 0;
+ value "mouse_natural_scroll" uchar: 0;
+ value "mouse_emulate_middle_button" uchar: 1;
+ value "touch_clickpad" uchar: 1;
+ value "touch_scrolling_mode" uchar: 0;
+ value "touch_scrolling_horiz" uchar: 1;
+ value "touch_palm_detect" uchar: 1;
value "border_raise_on_mouse_action" int: 1;
value "desk_flip_wrap" int: 0;
value "fullscreen_flip" int: 1;