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 718ba83c8f93937f0f4c09b1793f62474bc239c4
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Thu Jun 26 07:28:27 2025 +0100
config - the default ctl+alt+ins - use app not exec
this uses the desktop file rather than raw command. much better as it
will be better behaved as a result
---
data/config/standard/e_bindings.src | 4 ++--
data/config/tiling/e_bindings.src | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/data/config/standard/e_bindings.src b/data/config/standard/e_bindings.src
index 1589bce17..26d0d9311 100644
--- a/data/config/standard/e_bindings.src
+++ b/data/config/standard/e_bindings.src
@@ -742,8 +742,8 @@ group "E_Config_Bindings" struct {
value "context" int: 9;
value "modifiers" int: 6;
value "key" string: "Insert";
- value "action" string: "exec";
- value "params" string: "terminology";
+ value "action" string: "app";
+ value "params" string: "file:terminology.desktop";
value "any_mod" uchar: 0;
}
group "E_Config_Binding_Key" struct {
diff --git a/data/config/tiling/e_bindings.src b/data/config/tiling/e_bindings.src
index 4e706c375..8e8d02071 100644
--- a/data/config/tiling/e_bindings.src
+++ b/data/config/tiling/e_bindings.src
@@ -690,8 +690,8 @@ group "E_Config_Bindings" struct {
value "context" int: 9;
value "modifiers" int: 6;
value "key" string: "Insert";
- value "action" string: "exec";
- value "params" string: "terminology";
+ value "action" string: "app";
+ value "params" string: "file:terminology".desktop;
value "any_mod" uchar: 0;
}
group "E_Config_Binding_Key" struct {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.