diff --git a/config/minimalist/e.src b/config/minimalist/e.src index 0b488cbb6..b0b576269 100644 --- a/config/minimalist/e.src +++ b/config/minimalist/e.src @@ -57,14 +57,6 @@ group "E_Config" struct { value "priority" int: 0; } } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "exebuf"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } - } group "modules" list { group "E_Config_Module" struct { value "name" string: "winlist"; @@ -161,14 +153,6 @@ group "E_Config" struct { value "priority" int: 0; } } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "conf_exebuf"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } - } group "modules" list { group "E_Config_Module" struct { value "name" string: "conf_fonts"; @@ -827,15 +811,6 @@ group "E_Config" struct { value "any_mod" uchar: 0; } } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 4; - value "key" string: "Escape"; - value "action" string: "exebuf"; - value "any_mod" uchar: 0; - } - } group "key_bindings" list { group "E_Config_Binding_Key" struct { value "context" int: 9; diff --git a/config/netbook/e.src b/config/netbook/e.src index 8a5cda283..f0c74a163 100644 --- a/config/netbook/e.src +++ b/config/netbook/e.src @@ -89,14 +89,6 @@ group "E_Config" struct { value "priority" int: 0; } } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "exebuf"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } - } group "modules" list { group "E_Config_Module" struct { value "name" string: "winlist"; @@ -193,14 +185,6 @@ group "E_Config" struct { value "priority" int: 0; } } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "conf_exebuf"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } - } group "modules" list { group "E_Config_Module" struct { value "name" string: "conf_fonts"; @@ -891,15 +875,6 @@ group "E_Config" struct { value "any_mod" uchar: 0; } } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 4; - value "key" string: "Escape"; - value "action" string: "exebuf"; - value "any_mod" uchar: 0; - } - } group "key_bindings" list { group "E_Config_Binding_Key" struct { value "context" int: 9; diff --git a/config/scaleable/e.src b/config/scaleable/e.src index 80e74200e..bd1ad84b2 100644 --- a/config/scaleable/e.src +++ b/config/scaleable/e.src @@ -272,14 +272,6 @@ group "E_Config" struct { value "priority" int: 0; } } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "conf_exebuf"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } - } group "modules" list { group "E_Config_Module" struct { value "name" string: "conf_dpms"; @@ -376,14 +368,6 @@ group "E_Config" struct { value "priority" int: 0; } } - group "modules" list { - group "E_Config_Module" struct { - value "name" string: "exebuf"; - value "enabled" uchar: 1; - value "delayed" uchar: 1; - value "priority" int: 0; - } - } group "modules" list { group "E_Config_Module" struct { value "name" string: "pager"; @@ -914,15 +898,6 @@ group "E_Config" struct { value "any_mod" uchar: 0; } } - group "key_bindings" list { - group "E_Config_Binding_Key" struct { - value "context" int: 9; - value "modifiers" int: 4; - value "key" string: "Escape"; - value "action" string: "exebuf"; - value "any_mod" uchar: 0; - } - } group "key_bindings" list { group "E_Config_Binding_Key" struct { value "context" int: 9;