Update config for illume-home:

Set default policy dual-app mode.
       Set default vkbd window name.
       Add illume2 gadget (for switching modes) to the indicator bar.



SVN revision: 44085
This commit is contained in:
Christopher Michael 2009-12-01 09:42:56 +00:00
parent 72567b1a15
commit 052d2a0ec0
4 changed files with 24 additions and 2 deletions

Binary file not shown.

View File

@ -1734,6 +1734,25 @@ group "E_Config" struct {
value "resizable" uchar: 0;
}
}
group "clients" list {
group "E_Config_Gadcon_Client" struct {
value "name" string: "illume2";
value "id" string: "illume2.0";
value "geom.pos" int: 0;
value "geom.size" int: 32;
value "geom.res" int: 800;
value "geom.pos_x" double: 0.0000000000000000000000000;
value "geom.pos_y" double: 0.0000000000000000000000000;
value "geom.size_w" double: 0.0000000000000000000000000;
value "geom.size_h" double: 0.0000000000000000000000000;
value "state_info.seq" int: 4;
value "state_info.flags" int: 0;
value "style" string: "plain";
value "orient" int: 0;
value "autoscroll" uchar: 0;
value "resizable" uchar: 0;
}
}
}
}
group "shelves" list {

View File

@ -1,9 +1,12 @@
group "Illume_Cfg" struct {
value "version" int: 1;
value "version" int: 2;
value "sliding.kbd.duration" int: 1000;
value "sliding.softkey.duration" int: 1000;
value "policy.name" string: "Illume";
value "policy.mode.dual" int: 0;
value "policy.mode.side" int: 0;
value "policy.vkbd.class" string: "Virtual-Keyboard";
value "policy.vkbd.name" string: "E";
value "policy.vkbd.name" string: "Virtual-Keyboard";
value "policy.vkbd.title" string: "Virtual Keyboard";
value "policy.vkbd.win_type" int: 7;
value "policy.vkbd.match.class" int: 0;