diff options
author | Carsten Haitzler <raster@rasterman.com> | 2012-08-16 05:30:54 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2012-08-16 05:30:54 +0000 |
commit | f6030fa52175f6e36acb5aa6e851dec07643cf35 (patch) | |
tree | 68a088e23c4dca8bac658e5bfc0367101756606c /config/standard/e.src | |
parent | d5814f37def861f0606fc775e5dd6b9d2414cbb9 (diff) | |
download | enlightenment-f6030fa52175f6e36acb5aa6e851dec07643cf35.tar.gz enlightenment-f6030fa52175f6e36acb5aa6e851dec07643cf35.tar.xz enlightenment-f6030fa52175f6e36acb5aa6e851dec07643cf35.zip |
adjust standard config to load xkb module and add gadget.
SVN revision: 75305
Diffstat (limited to 'config/standard/e.src')
-rw-r--r-- | config/standard/e.src | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/config/standard/e.src b/config/standard/e.src index 33c2f35af..6fdcc1461 100644 --- a/config/standard/e.src +++ b/config/standard/e.src @@ -715,6 +715,22 @@ group "E_Config" struct { value "autoscroll" uchar: 1; value "resizable" uchar: 0; } + group "E_Config_Gadcon_Client" struct { + value "name" string: "xkbswitch"; + value "id" string: "xkbswitch"; + value "geom.pos" int: 384; + value "geom.size" int: 32; + value "geom.res" int: 800; + value "geom.pos_x" double: 0.0; + value "geom.pos_y" double: 0.0; + value "geom.size_w" double: 0.0; + value "geom.size_h" double: 0.0; + value "state_info.seq" int: 14; + value "state_info.flags" int: 0; + value "style" string: "plain"; + value "autoscroll" uchar: 0; + value "resizable" uchar: 0; + } } value "name" string: "shelf"; value "id" int: 1; @@ -1886,6 +1902,12 @@ group "E_Config" struct { value "priority" int: 0; } group "E_Config_Module" struct { + value "name" string: "xkbswitch"; + value "enabled" uchar: 1; + value "delayed" uchar: 1; + value "priority" int: 0; + } + group "E_Config_Module" struct { value "name" string: "winlist"; value "enabled" uchar: 1; value "delayed" uchar: 1; |