aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/matchbox-sato/matchbox-sato/etc/matchbox/session
blob: 8c8f953b47790d74e400dfda0e0a7e73ec115e8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

. /etc/formfactor/config

if [ -e /dev/touchscreen/touchscreen0 ]; then
    SHOWCURSOR="no"
else
    SHOWCURSOR="yes"
fi

matchbox-desktop &

matchbox-panel --titlebar --start-applets showdesktop,windowselector --end-applets clock,battery,systray,startup &

exec matchbox-window-manager -theme Sato -use_desktop_mode decorated -use_cursor $SHOWCURSOR $@