sts
annotate README @ rev 9
Fix Makefile install path
author |
Christophe Lincoln <pankso@slitaz.org> |
date |
Sun Apr 27 16:37:14 2014 +0200 (2014-04-27) |
parents |
517828819d8f |
children |
|
rev |
line source |
pankso@0
|
1 SliTaz Tiny/Touch Screen desktop
|
pankso@0
|
2 ===============================================================================
|
pankso@0
|
3
|
pankso@0
|
4
|
pankso@0
|
5 The goal of the sts desktop is to provide a nice experience on really small
|
pankso@0
|
6 screens such as a 320x240 2.8" TFT or 800x480 5" HDMI/VGA. The desktop uses
|
pankso@0
|
7 Openbox window manager and LXpanel. Apps are started maximized and undecorated.
|
pankso@0
|
8 The top panel provides icons of opened applications with a close button for
|
pankso@0
|
9 the current running application.
|
pankso@0
|
10
|
pankso@0
|
11 Sts can be used on any screen but was coded for custom i486/ARM flavors. These
|
pankso@0
|
12 flavors use a custom /etc/slitaz/applications.conf with sts-session as WM. Sts
|
pankso@0
|
13 can also be started by Slim or with startx and an appropriate ~/.xsession file.
|
pankso@0
|
14
|
pankso@0
|
15
|
pankso@0
|
16 Packages of interest
|
pankso@0
|
17 --------------------
|
paul@8
|
18 Here are some tools that could be useful for tiny/touch screens:
|
pankso@0
|
19
|
pankso@0
|
20 * xprop : Window properties
|
pankso@0
|
21 * xwininfo : Window information
|
pankso@0
|
22 * xautomation : Control X from cmdline
|
paul@8
|
23 * mygestures : Mouse gestures/recognition
|
pankso@0
|
24 * idesk : Desktop icons
|
pankso@0
|
25
|
pankso@0
|
26
|
pankso@0
|
27 ===============================================================================
|