From c6229288631eb048f807a5c5531cb25f1e7bec3f Mon Sep 17 00:00:00 2001 From: Hannes Janetzek Date: Tue, 20 Apr 2010 21:21:57 +0000 Subject: [PATCH] put everything on alt+tab, disable exebuf SVN revision: 48187 --- config/standard/e.src | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/config/standard/e.src b/config/standard/e.src index 96237e08b..09fa666f6 100644 --- a/config/standard/e.src +++ b/config/standard/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"; @@ -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; } }