diff options
author | Hannes Janetzek <hannes.janetzek@gmail.com> | 2010-04-20 21:21:57 +0000 |
---|---|---|
committer | Hannes Janetzek <hannes.janetzek@gmail.com> | 2010-04-20 21:21:57 +0000 |
commit | c6229288631eb048f807a5c5531cb25f1e7bec3f (patch) | |
tree | 87f0a33997c861e4a00f3209d149b9b31fbc17e6 /config | |
parent | 9fe0c1a1bc30aca05cc93b1f0ee443d4ed96be3c (diff) | |
download | enlightenment-c6229288631eb048f807a5c5531cb25f1e7bec3f.tar.gz |
put everything on alt+tab, disable exebuf
SVN revision: 48187
Diffstat (limited to 'config')
-rw-r--r-- | config/standard/e.src | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/config/standard/e.src b/config/standard/e.src index 96237e08bc..09fa666f65 100644 --- a/config/standard/e.src +++ b/config/standard/e.src @@ -274,14 +274,6 @@ group "E_Config" struct { } 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"; value "enabled" uchar: 1; value "delayed" uchar: 1; @@ -378,14 +370,6 @@ group "E_Config" struct { } 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"; value "enabled" uchar: 1; value "delayed" uchar: 0; @@ -983,7 +967,7 @@ group "E_Config" struct { value "context" int: 9; value "modifiers" int: 4; value "key" string: "Escape"; - value "action" string: "exebuf"; + value "action" string: "everything"; value "any_mod" uchar: 0; } } |