config-parser: consolidate shell files into weston.ini only
The shell choice happens in the configuration file now.
Signed-off-by: Tiago Vignatti <tiago.vignatti@intel.com>
diff --git a/weston.ini b/weston.ini
new file mode 100644
index 0000000..69c7321
--- /dev/null
+++ b/weston.ini
@@ -0,0 +1,31 @@
+[shell]
+type=desktop-shell.so
+background-image=/usr/share/backgrounds/gnome/Aqua.jpg
+background-color=0xff002244
+panel-color=0x90ff0000
+locking=true
+
+#type=tablet-shell.so
+#lockscreen-icon=/usr/share/icons/gnome/256x256/actions/lock.png
+#lockscreen=/usr/share/backgrounds/gnome/Garden.jpg
+#homescreen=/usr/share/backgrounds/gnome/Blinds.jpg
+[launcher]
+icon=/usr/share/icons/gnome/24x24/apps/utilities-terminal.png
+path=/usr/bin/gnome-terminal
+
+[launcher]
+icon=/usr/share/icons/gnome/24x24/apps/utilities-terminal.png
+path=/usr/bin/weston-terminal
+
+[launcher]
+icon=/usr/share/icons/hicolor/24x24/apps/google-chrome.png
+path=/usr/bin/google-chrome
+
+[launcher]
+icon=/usr/share/icons/gnome/24x24/apps/arts.png
+path=./clients/flower
+
+[screensaver]
+#path=./clients/wscreensaver
+duration=600
+