This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository enlightenment.
View the commit online.
commit 97eee83470a9be48b83b0afa29d5b7805a4c44c4
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Sun Dec 15 21:50:57 2024 +0000
std config - open gesture devices by default + some default gestures
---
data/config/standard/e.src | 2 +-
data/config/standard/e_bindings.src | 36 ++++++++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+), 1 deletion(-)
diff --git a/data/config/standard/e.src b/data/config/standard/e.src
index e5a1ca37e..58845230b 100644
--- a/data/config/standard/e.src
+++ b/data/config/standard/e.src
@@ -168,7 +168,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 "gesture_open_input_devices" int: 1;
value "screen_limits" int: 0;
value "menu_favorites_show" int: 1;
value "menu_apps_show" int: 1;
diff --git a/data/config/standard/e_bindings.src b/data/config/standard/e_bindings.src
index 768a57943..1589bce17 100644
--- a/data/config/standard/e_bindings.src
+++ b/data/config/standard/e_bindings.src
@@ -1,5 +1,41 @@
group "E_Config_Bindings" struct {
value "config_version" int: 0;
+ group "swipe_bindings" list {
+ group "E_Config_Binding_Swipe" struct {
+ value "context" int: 0;
+ value "fingers" uint: 3;
+ value "direction" double: 0.0;
+ value "length" double: 100;
+ value "error" double: 0.8;
+ value "action" string: "desk_flip_by";
+ value "params" string: "1 0";
+ }
+ group "E_Config_Binding_Swipe" struct {
+ value "context" int: 0;
+ value "fingers" uint: 3;
+ value "direction" double: 1.57;
+ value "length" double: 100;
+ value "error" double: 0.8;
+ value "action" string: "window_lower";
+ }
+ group "E_Config_Binding_Swipe" struct {
+ value "context" int: 0;
+ value "fingers" uint: 3;
+ value "direction" double: 3.14;
+ value "length" double: 100;
+ value "error" double: 0.8;
+ value "action" string: "desk_flip_by";
+ value "params" string: "-1 0";
+ }
+ group "E_Config_Binding_Swipe" struct {
+ value "context" int: 0;
+ value "fingers" uint: 3;
+ value "direction" double: 4.71;
+ value "length" double: 100;
+ value "error" double: 0.8;
+ value "action" string: "window_raise";
+ }
+ }
group "acpi_bindings" list {
group "E_Config_Binding_Acpi" struct {
value "context" int: 0;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.