put everything on alt+tab, disable exebuf

SVN revision: 48187
This commit is contained in:
Hannes Janetzek 2010-04-20 21:21:57 +00:00
parent 9fe0c1a1bc
commit c622928863
1 changed files with 1 additions and 17 deletions

View File

@ -272,14 +272,6 @@ group "E_Config" struct {
value "priority" int: 0; 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 "modules" list {
group "E_Config_Module" struct { group "E_Config_Module" struct {
value "name" string: "conf_dpms"; value "name" string: "conf_dpms";
@ -376,14 +368,6 @@ group "E_Config" struct {
value "priority" int: 0; 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 "modules" list {
group "E_Config_Module" struct { group "E_Config_Module" struct {
value "name" string: "pager"; value "name" string: "pager";
@ -983,7 +967,7 @@ group "E_Config" struct {
value "context" int: 9; value "context" int: 9;
value "modifiers" int: 4; value "modifiers" int: 4;
value "key" string: "Escape"; value "key" string: "Escape";
value "action" string: "exebuf"; value "action" string: "everything";
value "any_mod" uchar: 0; value "any_mod" uchar: 0;
} }
} }