sts rev 0
Initial commit with the README
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Apr 26 22:05:33 2014 +0200 (2014-04-26) |
parents | |
children | 41c914508a58 |
files | README |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/README Sat Apr 26 22:05:33 2014 +0200 1.3 @@ -0,0 +1,27 @@ 1.4 +SliTaz Tiny/Touch Screen desktop 1.5 +=============================================================================== 1.6 + 1.7 + 1.8 +The goal of the sts desktop is to provide a nice experience on really small 1.9 +screens such as a 320x240 2.8" TFT or 800x480 5" HDMI/VGA. The desktop uses 1.10 +Openbox window manager and LXpanel. Apps are started maximized and undecorated. 1.11 +The top panel provides icons of opened applications with a close button for 1.12 +the current running application. 1.13 + 1.14 +Sts can be used on any screen but was coded for custom i486/ARM flavors. These 1.15 +flavors use a custom /etc/slitaz/applications.conf with sts-session as WM. Sts 1.16 +can also be started by Slim or with startx and an appropriate ~/.xsession file. 1.17 + 1.18 + 1.19 +Packages of interest 1.20 +-------------------- 1.21 +Here are some tools that could be usefull for tiny/touch screens: 1.22 + 1.23 + * xprop : Window properties 1.24 + * xwininfo : Window information 1.25 + * xautomation : Control X from cmdline 1.26 + * mygestures : Mouse gesture-recognition 1.27 + * idesk : Desktop icons 1.28 + 1.29 + 1.30 +===============================================================================