Make e.cfg use proper focus settings for illume.

SVN revision: 44142
This commit is contained in:
Christopher Michael 2009-12-02 22:24:25 +00:00
parent 6cbcc4518b
commit 7420299fc4
4 changed files with 8 additions and 8 deletions

Binary file not shown.

View File

@ -1442,12 +1442,12 @@ group "E_Config" struct {
}
}
value "window_placement_policy" int: 0;
value "focus_policy" int: 2;
value "focus_setting" int: 3;
value "focus_policy" int: 0;
value "focus_setting" int: 1;
value "pass_click_on" int: 1;
value "always_click_to_raise" int: 0;
value "always_click_to_focus" int: 0;
value "use_auto_raise" int: 1;
value "use_auto_raise" int: 0;
value "auto_raise_delay" double: 0.5000000000000000000000000;
value "use_resist" int: 1;
value "drag_resist" int: 16;
@ -1493,7 +1493,7 @@ group "E_Config" struct {
value "resize_info_visible" int: 0;
value "focus_last_focused_per_desktop" int: 1;
value "focus_revert_on_hide_or_close" int: 1;
value "pointer_slide" int: 1;
value "pointer_slide" int: 0;
value "use_e_cursor" int: 1;
value "cursor_size" int: 32;
value "menu_autoscroll_margin" int: 0;

View File

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