summaryrefslogtreecommitdiffstats
path: root/meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session')
-rwxr-xr-xmeta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session8
1 files changed, 7 insertions, 1 deletions
diff --git a/meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session b/meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session
index 8d095f3cd4..8a2bdd013a 100755
--- a/meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session
+++ b/meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session
@@ -1,6 +1,12 @@
1#!/bin/sh 1#!/bin/sh
2 2
3SHOWCURSOR="no" 3. /etc/formfactor/config
4
5if [ "$HAVE_TOUCHSCREEN" = "1" ]; then
6 SHOWCURSOR="no"
7else
8 SHOWCURSOR="yes"
9fi
4 10
5matchbox-desktop & 11matchbox-desktop &
6 12