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/default | |
parent | 75d902e51887a8de07a77566eb008ca9e623083a (diff) | |
download | enlightenment-d4b871bafd2b84a1672a7a192f805ec8d79bb00a.tar.gz enlightenment-d4b871bafd2b84a1672a7a192f805ec8d79bb00a.tar.xz enlightenment-d4b871bafd2b84a1672a7a192f805ec8d79bb00a.zip |
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/default')
-rw-r--r-- | config/default/e.src | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/default/e.src b/config/default/e.src index d95bc2edb..c04afc07c 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; |