put everything on alt+tab, disable exebuf
authorHannes Janetzek <hannes.janetzek@gmail.com>
Tue, 20 Apr 2010 21:21:57 +0000 (21:21 +0000)
committerHannes Janetzek <hannes.janetzek@gmail.com>
Tue, 20 Apr 2010 21:21:57 +0000 (21:21 +0000)
SVN revision: 48187

config/standard/e.src

index 96237e0..09fa666 100644 (file)
@@ -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;
     }
   }