summaryrefslogtreecommitdiff
path: root/recipes
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-06-17 19:44:30 +0200
committerKoen Kooi <koen@openembedded.org>2009-06-17 19:44:30 +0200
commitfb03df419a2bbea318b00655957d4f9e4b49c4ab (patch)
treeba00b3b601e904109749071a4e584a0b1b0e8479 /recipes
parent6b86436a0e986cb6cd0cefecff91479948f5ee79 (diff)
e-wm config angstrom: add support for more flavours
* also automagically package flavours
Diffstat (limited to 'recipes')
-rw-r--r--recipes/angstrom/e-wm-config-angstrom.bb32
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom-widescreen/e.src (renamed from recipes/angstrom/e-wm-config-angstrom/e.src)0
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom-widescreen/icon.png (renamed from recipes/angstrom/e-wm-config-angstrom/icon.png)bin4645 -> 4645 bytes
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom-widescreen/module.battery.src (renamed from recipes/angstrom/e-wm-config-angstrom/module.battery.src)0
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom-widescreen/module.cpufreq.src (renamed from recipes/angstrom/e-wm-config-angstrom/module.cpufreq.src)0
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom-widescreen/module.dropshadow.src (renamed from recipes/angstrom/e-wm-config-angstrom/module.dropshadow.src)0
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom-widescreen/module.fileman.src (renamed from recipes/angstrom/e-wm-config-angstrom/module.fileman.src)0
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom-widescreen/module.ibar.src (renamed from recipes/angstrom/e-wm-config-angstrom/module.ibar.src)0
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom-widescreen/module.ibox.src (renamed from recipes/angstrom/e-wm-config-angstrom/module.ibox.src)0
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom-widescreen/module.pager.src (renamed from recipes/angstrom/e-wm-config-angstrom/module.pager.src)0
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom-widescreen/module.places.src (renamed from recipes/angstrom/e-wm-config-angstrom/module.places.src)0
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom-widescreen/module.temperature.src (renamed from recipes/angstrom/e-wm-config-angstrom/module.temperature.src)0
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom-widescreen/profile.desktop (renamed from recipes/angstrom/e-wm-config-angstrom/profile.desktop)0
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom/e.src2124
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom/icon.pngbin0 -> 4645 bytes
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom/module.battery.src6
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom/module.cpufreq.src6
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom/module.dropshadow.src7
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom/module.fileman.src28
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom/module.ibar.src18
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom/module.ibox.src20
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom/module.pager.src15
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom/module.places.src24
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom/module.temperature.src13
-rw-r--r--recipes/angstrom/e-wm-config-angstrom/configs/angstrom/profile.desktop5
25 files changed, 2283 insertions, 15 deletions
diff --git a/recipes/angstrom/e-wm-config-angstrom.bb b/recipes/angstrom/e-wm-config-angstrom.bb
index 04c35be2b5..8b92b8cf3e 100644
--- a/recipes/angstrom/e-wm-config-angstrom.bb
+++ b/recipes/angstrom/e-wm-config-angstrom.bb
@@ -7,16 +7,9 @@ RRECOMMENDS_${PN} = "places"
PR = "r8"
SRC_URI = " \
- file://e.src \
- file://icon.png \
- file://*.src \
- file://profile.desktop \
+ file://configs \
"
-S = "${WORKDIR}/angstrom"
-
-do_configure() {
- cp ${WORKDIR}/*.src ${WORKDIR}/*.desktop ${WORKDIR}/*.png ${S}/
-}
+S = "${WORKDIR}/configs"
# [09:16:17] * koen mumbles something about binary config file
# [09:16:19] <raster> eet -d e.cfg config e.src
@@ -25,20 +18,29 @@ do_configure() {
# [09:17:12] <raster> will re-encode
do_compile() {
+rm ${S}/patches -rf
+for dir in ${S}/* ; do
+ cd $dir
for i in *.src ; do
eet -e $(echo $i | sed s:src:cfg:g) config $i 1
done
+done
}
do_install() {
- install -d ${D}${datadir}/enlightenment/data/config/angstrom/
+ for i in ${WORKDIR}/configs/* ; do
+ install -d ${D}${datadir}/enlightenment/data/config/$(basename $i)/
- install -m 0644 ${S}/*.cfg ${D}${datadir}/enlightenment/data/config/angstrom/
- install -m 0644 ${S}/*.desktop ${D}${datadir}/enlightenment/data/config/angstrom/
- install -m 0644 ${S}/*.png ${D}${datadir}/enlightenment/data/config/angstrom/
+ install -m 0644 ${S}/$(basename $i)/*.cfg ${D}${datadir}/enlightenment/data/config/$(basename $i)/
+ install -m 0644 ${S}/$(basename $i)/*.desktop ${D}${datadir}/enlightenment/data/config/$(basename $i)/
+ install -m 0644 ${S}/$(basename $i)/*.png ${D}${datadir}/enlightenment/data/config/$(basename $i)/
+ done
}
-FILES_${PN} = "${datadir}/enlightenment"
+python populate_packages_prepend () {
+ angstrom_e_dir = bb.data.expand('${datadir}/enlightenment/data/config', d)
+ do_split_packages(d, angstrom_e_dir, '(.*)', 'e-wm-config-%s', 'E17 window manager %s config', extra_depends='', allow_links=True, allow_dirs=True)
+}
-PACKAGE_ARCH_${PN} = "all"
+PACKAGE_ARCH = "all"
diff --git a/recipes/angstrom/e-wm-config-angstrom/e.src b/recipes/angstrom/e-wm-config-angstrom/configs/angstrom-widescreen/e.src
index 67ba752c9c..67ba752c9c 100644
--- a/recipes/angstrom/e-wm-config-angstrom/e.src
+++ b/recipes/angstrom/e-wm-config-angstrom/configs/angstrom-widescreen/e.src
diff --git a/recipes/angstrom/e-wm-config-angstrom/icon.png b/recipes/angstrom/e-wm-config-angstrom/configs/angstrom-widescreen/icon.png
index f6fa12f4ff..f6fa12f4ff 100644
--- a/recipes/angstrom/e-wm-config-angstrom/icon.png
+++ b/recipes/angstrom/e-wm-config-angstrom/configs/angstrom-widescreen/icon.png
Binary files differ
diff --git a/recipes/angstrom/e-wm-config-angstrom/module.battery.src b/recipes/angstrom/e-wm-config-angstrom/configs/angstrom-widescreen/module.battery.src
index 50e2f972f3..50e2f972f3 100644
--- a/recipes/angstrom/e-wm-config-angstrom/module.battery.src
+++ b/recipes/angstrom/e-wm-config-angstrom/configs/angstrom-widescreen/module.battery.src
diff --git a/recipes/angstrom/e-wm-config-angstrom/module.cpufreq.src b/recipes/angstrom/e-wm-config-angstrom/configs/angstrom-widescreen/module.cpufreq.src
index c782ac20b5..c782ac20b5 100644
--- a/recipes/angstrom/e-wm-config-angstrom/module.cpufreq.src
+++ b/recipes/angstrom/e-wm-config-angstrom/configs/angstrom-widescreen/module.cpufreq.src
diff --git a/recipes/angstrom/e-wm-config-angstrom/module.dropshadow.src b/recipes/angstrom/e-wm-config-angstrom/configs/angstrom-widescreen/module.dropshadow.src
index b6ee9b4006..b6ee9b4006 100644
--- a/recipes/angstrom/e-wm-config-angstrom/module.dropshadow.src
+++ b/recipes/angstrom/e-wm-config-angstrom/configs/angstrom-widescreen/module.dropshadow.src
diff --git a/recipes/angstrom/e-wm-config-angstrom/module.fileman.src b/recipes/angstrom/e-wm-config-angstrom/configs/angstrom-widescreen/module.fileman.src
index b40eec6129..b40eec6129 100644
--- a/recipes/angstrom/e-wm-config-angstrom/module.fileman.src
+++ b/recipes/angstrom/e-wm-config-angstrom/configs/angstrom-widescreen/module.fileman.src
diff --git a/recipes/angstrom/e-wm-config-angstrom/module.ibar.src b/recipes/angstrom/e-wm-config-angstrom/configs/angstrom-widescreen/module.ibar.src
index 55757663d2..55757663d2 100644
--- a/recipes/angstrom/e-wm-config-angstrom/module.ibar.src
+++ b/recipes/angstrom/e-wm-config-angstrom/configs/angstrom-widescreen/module.ibar.src
diff --git a/recipes/angstrom/e-wm-config-angstrom/module.ibox.src b/recipes/angstrom/e-wm-config-angstrom/configs/angstrom-widescreen/module.ibox.src
index 1126554a1b..1126554a1b 100644
--- a/recipes/angstrom/e-wm-config-angstrom/module.ibox.src
+++ b/recipes/angstrom/e-wm-config-angstrom/configs/angstrom-widescreen/module.ibox.src
diff --git a/recipes/angstrom/e-wm-config-angstrom/module.pager.src b/recipes/angstrom/e-wm-config-angstrom/configs/angstrom-widescreen/module.pager.src
index 82a0a3ae99..82a0a3ae99 100644
--- a/recipes/angstrom/e-wm-config-angstrom/module.pager.src
+++ b/recipes/angstrom/e-wm-config-angstrom/configs/angstrom-widescreen/module.pager.src
diff --git a/recipes/angstrom/e-wm-config-angstrom/module.places.src b/recipes/angstrom/e-wm-config-angstrom/configs/angstrom-widescreen/module.places.src
index 57e941fe1c..57e941fe1c 100644
--- a/recipes/angstrom/e-wm-config-angstrom/module.places.src
+++ b/recipes/angstrom/e-wm-config-angstrom/configs/angstrom-widescreen/module.places.src
diff --git a/recipes/angstrom/e-wm-config-angstrom/module.temperature.src b/recipes/angstrom/e-wm-config-angstrom/configs/angstrom-widescreen/module.temperature.src
index dcad5332e1..dcad5332e1 100644
--- a/recipes/angstrom/e-wm-config-angstrom/module.temperature.src
+++ b/recipes/angstrom/e-wm-config-angstrom/configs/angstrom-widescreen/module.temperature.src
diff --git a/recipes/angstrom/e-wm-config-angstrom/profile.desktop b/recipes/angstrom/e-wm-config-angstrom/configs/angstrom-widescreen/profile.desktop
index 2a8ad2ff8c..2a8ad2ff8c 100644
--- a/recipes/angstrom/e-wm-config-angstrom/profile.desktop
+++ b/recipes/angstrom/e-wm-config-angstrom/configs/angstrom-widescreen/profile.desktop
diff --git a/recipes/angstrom/e-wm-config-angstrom/configs/angstrom/e.src b/recipes/angstrom/e-wm-config-angstrom/configs/angstrom/e.src
new file mode 100644
index 0000000000..67ba752c9c
--- /dev/null
+++ b/recipes/angstrom/e-wm-config-angstrom/configs/angstrom/e.src
@@ -0,0 +1,2124 @@
+group "E_Config" struct {
+ value "config_version" int: 65839;
+ value "show_splash" int: 0;
+ value "init_default_theme" string: "default.edj";
+ value "desktop_default_name" string: "Desktop %i, %i";
+ value "menus_scroll_speed" double: 1000.0000000000000000000000000;
+ value "menus_fast_mouse_move_threshhold" double: 300.0000000000000000000000000;
+ value "menus_click_drag_timeout" double: 0.2500000000000000000000000;
+ value "border_shade_animate" int: 1;
+ value "border_shade_transition" int: 3;
+ value "border_shade_speed" double: 3000.0000000000000000000000000;
+ value "framerate" double: 25.0000000000000000000000000;
+ value "priority" int: 0;
+ value "image_cache" int: 4096;
+ value "font_cache" int: 512;
+ value "edje_cache" int: 32;
+ value "edje_collection_cache" int: 64;
+ value "zone_desks_x_count" int: 4;
+ value "zone_desks_y_count" int: 1;
+ value "use_virtual_roots" int: 0;
+ value "show_desktop_icons" int: 1;
+ value "edge_flip_dragging" int: 1;
+ value "evas_engine_default" int: 1;
+ value "evas_engine_container" int: 0;
+ value "evas_engine_init" int: 0;
+ value "evas_engine_menus" int: 0;
+ value "evas_engine_borders" int: 0;
+ value "evas_engine_errors" int: 0;
+ value "evas_engine_popups" int: 0;
+ value "evas_engine_drag" int: 0;
+ value "evas_engine_win" int: 0;
+ value "evas_engine_zone" int: 0;
+ value "use_composite" int: 0;
+ value "language" string: "en_US.UTF-8";
+ group "modules" list {
+ group "E_Config_Module" struct {
+ value "name" string: "gadman";
+ value "enabled" uchar: 1;
+ value "delayed" uchar: 0;
+ value "priority" int: 100;
+ }
+ }
+ group "modules" list {
+ group "E_Config_Module" struct {
+ value "name" string: "syscon";
+ value "enabled" uchar: 1;
+ value "delayed" uchar: 1;
+ value "priority" int: 0;
+ }
+ }
+ group "modules" list {
+ group "E_Config_Module" struct {
+ value "name" string: "msgbus_lang";
+ value "enabled" uchar: 1;
+ value "delayed" uchar: 0;
+ value "priority" int: 0;
+ }
+ }
+ group "modules" list {
+ group "E_Config_Module" struct {
+ value "name" string: "places";
+ value "enabled" uchar: 1;
+ value "delayed" uchar: 0;
+ value "priority" int: 0;
+ }
+ }
+ group "modules" list {
+ group "E_Config_Module" struct {
+ value "name" string: "mixer";
+ value "enabled" uchar: 1;
+ value "delayed" uchar: 0;
+ value "priority" int: 0;
+ }
+ }
+ group "modules" list {
+ group "E_Config_Module" struct {
+ value "name" string: "conf_window_remembers";
+ value "enabled" uchar: 1;
+ value "delayed" uchar: 1;
+ value "priority" int: 0;
+ }
+ }
+ group "modules" list {
+ group "E_Config_Module" struct {
+ value "name" string: "conf_scale";
+ value "enabled" uchar: 1;
+ value "delayed" uchar: 1;
+ value "priority" int: 0;
+ }
+ }
+ group "modules" list {
+ group "E_Config_Module" struct {
+ value "name" string: "conf_interaction";
+ value "enabled" uchar: 1;
+ value "delayed" uchar: 1;
+ value "priority" int: 0;
+ }
+ }
+ group "modules" list {
+ group "E_Config_Module" struct {
+ value "name" string: "fileman";
+ value "enabled" uchar: 1;
+ value "delayed" uchar: 1;
+ value "priority" int: 0;
+ }
+ }
+ group "modules" list {
+ group "E_Config_Module" struct {
+ value "name" string: "conf_engine";
+ value "enabled" uchar: 1;
+ value "delayed" uchar: 1;
+ value "priority" int: 0;
+ }
+ }
+ group "modules" list {
+ group "E_Config_Module" struct {
+ value "name" string: "conf_winlist";
+ value "enabled" uchar: 1;
+ value "delayed" uchar: 1;
+ value "priority" int: 0;
+ }
+ }
+ group "modules" list {
+ group "E_Config_Module" struct {
+ value "name" string: "conf_window_manipulation";
+ value "enabled" uchar: 1;
+ value "delayed" uchar: 1;
+ value "priority" int: 0;
+ }
+ }
+ group "modules" list {
+ group "E_Config_Module" struct {
+ value "name" string: "conf_window_focus";
+ value "enabled" uchar: 1;
+ value "delayed" uchar: 1;
+ value "priority" int: 0;
+ }
+ }
+ group "modules" list {
+ group "E_Config_Module" struct {
+ value "name" string: "conf_window_display";
+ value "enabled" uchar: 1;
+ value "delayed" uchar: 1;
+ value "priority" int: 0;
+ }
+ }
+ group "modules" list {
+ group "E_Config_Module" struct {
+ value "name" string: "conf_wallpaper";
+ value "enabled" uchar: 1;
+ value "delayed" uchar: 1;
+ value "priority" int: 0;
+ }
+ }
+ group "modules" list {
+ group "E_Config_Module" struct {
+ value "name" string: "conf_transitions";
+ value "enabled" uchar: 1;
+ value "delayed" uchar: 1;
+ value "priority" int: 0;
+ }
+ }
+ group "modules" list {
+ group "E_Config_Module" struct {
+ value "name" string: "conf_theme";
+ value "enabled" uchar: 1;
+ value "delayed" uchar: 1;
+ value "priority" int: 0;
+ }
+ }
+ group "modules" list {
+ group "E_Config_Module" struct {
+ value "name" string: "conf_startup";
+ value "enabled" uchar: 1;
+ value "delayed" uchar: 1;
+ value "priority" int: 0;
+ }
+ }
+ group "modules" list {
+ group "E_Config_Module" struct {
+ value "name" string: "conf_shelves";
+ value "enabled" uchar: 1;
+ value "delayed" uchar: 1;
+ value "priority" int: 0;
+ }
+ }
+ group "modules" list {
+ group "E_Config_Module" struct {
+ value "name" string: "conf_screensaver";
+ value "enabled" uchar: 1;
+ value "delayed" uchar: 1;
+ value "priority" int: 0;
+ }
+ }
+ group "modules" list {
+ group "E_Config_Module" struct {
+ value "name" string: "conf_profiles";
+ value "enabled" uchar: 1;
+ value "delayed" uchar: 1;
+ value "priority" int: 0;
+ }
+ }
+ group "modules" list {
+ group "E_Config_Module" struct {
+ value "name" string: "conf_performance";
+ value "enabled" uchar: 1;
+ value "delayed" uchar: 1;
+ value "priority" int: 0;
+ }
+ }
+ group "modules" list {
+ group "E_Config_Module" struct {
+ value "name" string: "conf_paths";
+ value "enabled" uchar: 1;
+ value "delayed" uchar: 1;
+ value "priority" int: 0;
+ }
+ }
+ group "modules" list {
+ group "E_Config_Module" struct {
+ value "name" string: "conf_mouse_cursor";
+ value "enabled" uchar: 1;
+ value "delayed" uchar: 1;
+ value "priority" int: 0;
+ }
+ }
+ group "modules" list {
+ group "E_Config_Module" struct {
+ value "name" string: "conf_mousebindings";
+ value "enabled" uchar: 1;
+ value "delayed" uchar: 1;
+ value "priority" int: 0;
+ }
+ }
+ group "modules" list {
+ group "E_Config_Module" struct {
+ value "name" string: "conf_mouse";
+ value "enabled" uchar: 1;
+ value "delayed" uchar: 1;
+ value "priority" int: 0;
+ }
+ }
+ group "modules" list {
+ group "E_Config_Module" struct {
+ value "name" string: "conf_mime";
+ value "enabled" uchar: 1;
+ value "delayed" uchar: 1;
+ value "priority" int: 0;
+ }
+ }
+ group "modules" list {
+ group "E_Config_Module" struct {
+ value "name" string: "conf_menus";
+ value "enabled" uchar: 1;
+ value "delayed" uchar: 1;
+ value "priority" int: 0;
+ }
+ }
+ group "modules" list {
+ group "E_Config_Module" struct {
+ value "name" string: "conf_keybindings";
+ value "enabled" uchar: 1;
+ value "delayed" uchar: 1;
+ value "priority" int: 0;
+ }
+ }
+ group "modules" list {
+ group "E_Config_Module" struct {
+ value "name" string: "conf_intl";
+ value "enabled" uchar: 1;
+ value "delayed" uchar: 1;
+ value "priority" int: 0;
+ }
+ }
+ group "modules" list {
+ group "E_Config_Module" struct {
+ value "name" string: "conf_imc";
+ value "enabled" uchar: 1;
+ value "delayed" uchar: 1;
+ value "priority" int: 0;
+ }
+ }
+ group "modules" list {
+ group "E_Config_Module" struct {
+ value "name" string: "conf_icon_theme";
+ value "enabled" uchar: 1;
+ value "delayed" uchar: 1;
+ value "priority" int: 0;
+ }
+ }
+ group "modules" list {
+ group "E_Config_Module" struct {
+ value "name" string: "conf_fonts";
+ value "enabled" uchar: 1;
+ value "delayed" uchar: 1;
+ value "priority" int: 0;
+ }
+ }
+ group "modules" list {
+ group "E_Config_Module" struct {
+ value "name" string: "conf_exebuf";
+ value "enabled" uchar: 1;
+ value "delayed" uchar: 1;
+ value "priority" int: 0;
+ }
+ }
+ group "modules" list {
+ group "E_Config_Module" struct {
+ value "name" string: "conf_dpms";
+ value "enabled" uchar: 1;
+ value "delayed" uchar: 1;
+ value "priority" int: 0;
+ }
+ }
+ group "modules" list {
+ group "E_Config_Module" struct {
+ value "name" string: "conf_display";
+ value "enabled" uchar: 1;
+ value "delayed" uchar: 1;
+ value "priority" int: 0;
+ }
+ }
+ group "modules" list {
+ group "E_Config_Module" struct {
+ value "name" string: "conf_dialogs";
+ value "enabled" uchar: 1;
+ value "delayed" uchar: 1;
+ value "priority" int: 0;
+ }
+ }
+ group "modules" list {
+ group "E_Config_Module" struct {
+ value "name" string: "conf_desks";
+ value "enabled" uchar: 1;
+ value "delayed" uchar: 1;
+ value "priority" int: 0;
+ }
+ }
+ group "modules" list {
+ group "E_Config_Module" struct {
+ value "name" string: "conf_desklock";
+ value "enabled" uchar: 1;
+ value "delayed" uchar: 1;
+ value "priority" int: 0;
+ }
+ }
+ group "modules" list {
+ group "E_Config_Module" struct {
+ value "name" string: "conf_desk";
+ value "enabled" uchar: 1;
+ value "delayed" uchar: 1;
+ value "priority" int: 0;
+ }
+ }
+ group "modules" list {
+ group "E_Config_Module" struct {
+ value "name" string: "conf_colors";
+ value "enabled" uchar: 1;
+ value "delayed" uchar: 1;
+ value "priority" int: 0;
+ }
+ }
+ group "modules" list {
+ group "E_Config_Module" struct {
+ value "name" string: "conf_clientlist";
+ value "enabled" uchar: 1;
+ value "delayed" uchar: 1;
+ value "priority" int: 0;
+ }
+ }
+ group "modules" list {
+ group "E_Config_Module" struct {
+ value "name" string: "conf_borders";
+ value "enabled" uchar: 1;
+ value "delayed" uchar: 1;
+ value "priority" int: 0;
+ }
+ }
+ group "modules" list {
+ group "E_Config_Module" struct {
+ value "name" string: "conf_applications";
+ value "enabled" uchar: 1;
+ value "delayed" uchar: 1;
+ value "priority" int: 0;
+ }
+ }
+ group "modules" list {
+ group "E_Config_Module" struct {
+ value "name" string: "conf";
+ value "enabled" uchar: 1;
+ value "delayed" uchar: 1;
+ value "priority" int: 0;
+ }
+ }
+ group "modules" list {
+ group "E_Config_Module" struct {
+ value "name" string: "winlist";
+ value "enabled" uchar: 1;
+ value "delayed" uchar: 1;
+ value "priority" int: 0;
+ }
+ }
+ group "modules" list {
+ group "E_Config_Module" struct {
+ value "name" string: "exebuf";
+ value "enabled" uchar: 1;
+ value "delayed" uchar: 1;
+ value "priority" int: 0;
+ }
+ }
+ group "modules" list {
+ group "E_Config_Module" struct {
+ value "name" string: "pager";
+ value "enabled" uchar: 1;
+ value "delayed" uchar: 0;
+ value "priority" int: 0;
+ }
+ }
+ group "modules" list {
+ group "E_Config_Module" struct {
+ value "name" string: "cpufreq";
+ value "enabled" uchar: 1;
+ value "delayed" uchar: 0;
+ value "priority" int: 0;
+ }
+ }
+ group "modules" list {
+ group "E_Config_Module" struct {
+ value "name" string: "clock";
+ value "enabled" uchar: 1;
+ value "delayed" uchar: 0;
+ value "priority" int: 0;
+ }
+ }
+ group "modules" list {
+ group "E_Config_Module" struct {
+ value "name" string: "ibox";
+ value "enabled" uchar: 1;
+ value "delayed" uchar: 0;
+ value "priority" int: 0;
+ }
+ }
+ group "modules" list {
+ group "E_Config_Module" struct {
+ value "name" string: "ibar";
+ value "enabled" uchar: 1;
+ value "delayed" uchar: 0;
+ value "priority" int: 0;
+ }
+ }
+ group "modules" list {
+ group "E_Config_Module" struct {
+ value "name" string: "start";
+ value "enabled" uchar: 1;
+ value "delayed" uchar: 0;
+ value "priority" int: 0;
+ }
+ }
+ group "modules" list {
+ group "E_Config_Module" struct {
+ value "name" string: "systray";
+ value "enabled" uchar: 1;
+ value "delayed" uchar: 0;
+ value "priority" int: 0;
+ }
+ }
+ group "font_defaults" list {
+ group "E_Font_Default" struct {
+ value "text_class" string: "default";
+ value "font" string: "Vera";
+ value "size" int: 10;
+ }
+ }
+ group "themes" list {
+ group "E_Config_Theme" struct {
+ value "category" string: "theme";
+ value "file" string: "default.edj";
+ }
+ }
+ group "mouse_bindings" list {
+ group "E_Config_Binding_Mouse" struct {
+ value "context" int: 2;
+ value "modifiers" int: 4;
+ value "action" string: "window_move";
+ value "button" uchar: 1;
+ value "any_mod" uchar: 0;
+ }
+ }
+ group "mouse_bindings" list {
+ group "E_Config_Binding_Mouse" struct {
+ value "context" int: 2;
+ value "modifiers" int: 4;
+ value "action" string: "window_resize";
+ value "button" uchar: 2;
+ value "any_mod" uchar: 0;
+ }
+ }
+ group "mouse_bindings" list {
+ group "E_Config_Binding_Mouse" struct {
+ value "context" int: 2;
+ value "modifiers" int: 4;
+ value "action" string: "window_menu";
+ value "button" uchar: 3;
+ value "any_mod" uchar: 0;
+ }
+ }
+ group "mouse_bindings" list {
+ group "E_Config_Binding_Mouse" struct {
+ value "context" int: 3;
+ value "modifiers" int: 0;
+ value "action" string: "menu_show";
+ value "params" string: "main";
+ value "button" uchar: 1;
+ value "any_mod" uchar: 0;
+ }
+ }
+ group "mouse_bindings" list {
+ group "E_Config_Binding_Mouse" struct {
+ value "context" int: 3;
+ value "modifiers" int: 0;
+ value "action" string: "menu_show";
+ value "params" string: "clients";
+ value "button" uchar: 2;
+ value "any_mod" uchar: 0;
+ }
+ }
+ group "mouse_bindings" list {
+ group "E_Config_Binding_Mouse" struct {
+ value "context" int: 3;
+ value "modifiers" int: 0;
+ value "action" string: "menu_show";
+ value "params" string: "favorites";
+ value "button" uchar: 3;
+ value "any_mod" uchar: 0;
+ }
+ }
+ group "key_bindings" list {
+ group "E_Config_Binding_Key" struct {
+ value "context" int: 9;
+ value "modifiers" int: 5;
+ value "key" string: "Left";
+ value "action" string: "desk_flip_by";
+ value "params" string: "-1 0";
+ value "any_mod" uchar: 0;
+ }
+ }
+ group "key_bindings" list {
+ group "E_Config_Binding_Key" struct {
+ value "context" int: 9;
+ value "modifiers" int: 5;
+ value "key" string: "Right";
+ value "action" string: "desk_flip_by";
+ value "params" string: "1 0";
+ value "any_mod" uchar: 0;
+ }
+ }
+ group "key_bindings" list {
+ group "E_Config_Binding_Key" struct {
+ value "context" int: 9;
+ value "modifiers" int: 5;
+ value "key" string: "Up";
+ value "action" string: "desk_flip_by";
+ value "params" string: "0 -1";
+ value "any_mod" uchar: 0;
+ }
+ }
+ group "key_bindings" list {
+ group "E_Config_Binding_Key" struct {
+ value "context" int: 9;
+ value "modifiers" int: 5;
+ value "key" string: "Down";
+ value "action" string: "desk_flip_by";
+ value "params" string: "0 1";
+ value "any_mod" uchar: 0;
+ }
+ }
+ group "key_bindings" list {
+ group "E_Config_Binding_Key" struct {
+ value "context" int: 9;
+ value "modifiers" int: 6;
+ value "key" string: "Up";
+ value "action" string: "window_raise";
+ value "any_mod" uchar: 0;
+ }
+ }
+ group "key_bindings" list {
+ group "E_Config_Binding_Key" struct {
+ value "context" int: 9;
+ value "modifiers" int: 6;
+ value "key" string: "Down";
+ value "action" string: "window_lower";
+ value "any_mod" uchar: 0;
+ }
+ }
+ group "key_bindings" list {
+ group "E_Config_Binding_Key" struct {
+ value "context" int: 9;
+ value "modifiers" int: 6;
+ value "key" string: "x";
+ value "action" string: "window_close";
+ value "any_mod" uchar: 0;
+ }
+ }
+ group "key_bindings" list {
+ group "E_Config_Binding_Key" struct {
+ value "context" int: 9;
+ value "modifiers" int: 6;
+ value "key" string: "k";
+ value "action" string: "window_kill";
+ value "any_mod" uchar: 0;
+ }
+ }
+ group "key_bindings" list {
+ group "E_Config_Binding_Key" struct {
+ value "context" int: 9;
+ value "modifiers" int: 6;
+ value "key" string: "w";
+ value "action" string: "window_menu";
+ value "any_mod" uchar: 0;
+ }
+ }
+ group "key_bindings" list {
+ group "E_Config_Binding_Key" struct {
+ value "context" int: 9;
+ value "modifiers" int: 6;
+ value "key" string: "s";
+ value "action" string: "window_sticky_toggle";
+ value "any_mod" uchar: 0;
+ }
+ }
+ group "key_bindings" list {
+ group "E_Config_Binding_Key" struct {
+ value "context" int: 9;
+ value "modifiers" int: 6;
+ value "key" string: "i";
+ value "action" string: "window_iconic_toggle";
+ value "any_mod" uchar: 0;
+ }
+ }
+ group "key_bindings" list {
+ group "E_Config_Binding_Key" struct {
+ value "context" int: 9;
+ value "modifiers" int: 6;
+ value "key" string: "f";
+ value "action" string: "window_maximized_toggle";
+ value "any_mod" uchar: 0;
+ }
+ }
+ group "key_bindings" list {
+ group "E_Config_Binding_Key" struct {
+ value "context" int: 9;
+ value "modifiers" int: 1;
+ value "key" string: "F10";
+ value "action" string: "window_maximized_toggle";
+ value "params" string: "default vertical";
+ value "any_mod" uchar: 0;
+ }
+ }
+ group "key_bindings" list {
+ group "E_Config_Binding_Key" struct {
+ value "context" int: 9;
+ value "modifie