wok view matchbox-common/stuff/matchbox-session @ rev 11389
Compat: make local-pack.functions in slitaz-i18n compatible with tazwok
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sat Dec 10 05:03:51 2011 +0100 (2011-12-10) |
parents | |
children |
line source
1 #!/bin/sh
2 #
3 # Very simple session manager for Matchbox on SliTaz.
4 #
6 if [ -e $HOME/.matchbox/session ]; then
7 exec $HOME/.matchbox/session
8 fi
10 if [ -e /etc/matchbox/session ]; then
11 exec /etc/matchbox/session
12 fi
14 # Default files to run if matchbox/session dont exist.
16 matchbox-desktop &
17 matchbox-panel \
18 --orientation south &
19 exec matchbox-window-manager $@