diff options
author | Chidambar Zinnoury <illogict@online.fr> | 2012-07-14 18:00:57 +0000 |
---|---|---|
committer | Chidambar Zinnoury <illogict@online.fr> | 2012-07-14 18:00:57 +0000 |
commit | d4b871bafd2b84a1672a7a192f805ec8d79bb00a (patch) | |
tree | 55835aefbffdad4a7fa62c03de2f88ea75d86ec9 /config | |
parent | 75d902e51887a8de07a77566eb008ca9e623083a (diff) | |
download | enlightenment-d4b871bafd2b84a1672a7a192f805ec8d79bb00a.tar.gz |
e: add a configuration value to group new windows with others from the same app.
We may want to alert the user it appeared though (make it urgent?).
See r70370, fixes #40.
SVN revision: 73856
Diffstat (limited to 'config')
-rw-r--r-- | config/default/e.src | 1 | ||||
-rw-r--r-- | config/illume/e.src | 1 | ||||
-rw-r--r-- | config/standard/e.src | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/config/default/e.src b/config/default/e.src index d95bc2edb9..c04afc07cf 100644 --- a/config/default/e.src +++ b/config/default/e.src @@ -343,6 +343,7 @@ group "E_Config" struct { } } value "window_placement_policy" int: 0; + value "window_grouping" int: 0; value "focus_policy" int: 0; value "focus_setting" int: 1; value "pass_click_on" int: 1; diff --git a/config/illume/e.src b/config/illume/e.src index e8e6b4db08..d46f05a305 100644 --- a/config/illume/e.src +++ b/config/illume/e.src @@ -22,6 +22,7 @@ group "E_Config" struct { value "use_composite" int: 0; value "language" string: "en_US.UTF-8"; value "window_placement_policy" int: 0; + value "window_grouping" int: 0; value "focus_policy" int: 0; value "focus_setting" int: 1; value "pass_click_on" int: 1; diff --git a/config/standard/e.src b/config/standard/e.src index 1d132f1119..2260b1e80f 100644 --- a/config/standard/e.src +++ b/config/standard/e.src @@ -22,6 +22,7 @@ group "E_Config" struct { value "use_composite" int: 0; value "language" string: "en_US.UTF-8"; value "window_placement_policy" int: 0; + value "window_grouping" int: 0; value "focus_policy" int: 2; value "focus_setting" int: 3; value "pass_click_on" int: 1; |