diff options
author | Juan Zhao <juan.j.zhao@intel.com> | 2012-04-25 19:09:52 +0800 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2012-04-25 10:38:19 -0400 |
commit | e10d27901789facc6288f82afe9f95617146f063 (patch) | |
tree | 2d58461da48eae83370238b1518216a9e7743570 /weston.ini | |
parent | 2abd07b2006fbedcd77005b5c50b3bc6fb7d9321 (diff) |
shell-animation: add conf option in shell
Now we can choose zoom or fade in weston.ini
to fulfill and customize the user experence easier.
Signed-off-by: Juan Zhao <juan.j.zhao@intel.com>
Diffstat (limited to 'weston.ini')
-rw-r--r-- | weston.ini | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,11 +4,13 @@ background-image=/usr/share/backgrounds/gnome/Aqua.jpg background-color=0xff002244 panel-color=0x90ff0000 locking=true +animation=zoom #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 +#animation=fade [launcher] icon=/usr/share/icons/gnome/24x24/apps/utilities-terminal.png path=/usr/bin/gnome-terminal |