slitaz-configs rev 208 5.3
sts: tiny edits
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Sat Apr 12 10:49:42 2014 +0100 (2014-04-12) |
parents | 4913405db8f3 |
children | 0ac0e3caab89 |
files | sts/README sts/sts |
line diff
1.1 --- a/sts/README Fri Apr 11 10:49:42 2014 +0200 1.2 +++ b/sts/README Sat Apr 12 10:49:42 2014 +0100 1.3 @@ -2,11 +2,11 @@ 1.4 =============================================================================== 1.5 1.6 1.7 -The goals of the sts desktop is to provide a nice experience on realy small 1.8 -screens such as 320x240 2.8" TFT or 800x480 5" HDMI/VGA. The desktop use 1.9 -Openbox window manager and LXpanel. Apps are started maximized and undecored. 1.10 -The top panel provide icons of opened applications and the hidden bottom panel 1.11 -provide desktop switch and a close button for the current running application. 1.12 +The goal of the sts desktop is to provide a nice experience on really small 1.13 +screens such as a 320x240 2.8" TFT or 800x480 5" HDMI/VGA. The desktop uses 1.14 +Openbox window manager and LXpanel. Apps are started maximized and undecorated. 1.15 +The top panel provides icons of opened applications and the hidden bottom panel 1.16 +provides desktop switch and a close button for the current running application. 1.17 1.18 Sts can be used on any screen but was coded for custom i486/ARM flavors. These 1.19 flavors use a custom /etc/slitaz/applications.conf with sts-session as WM. Sts
2.1 --- a/sts/sts Fri Apr 11 10:49:42 2014 +0200 2.2 +++ b/sts/sts Sat Apr 12 10:49:42 2014 +0100 2.3 @@ -26,7 +26,7 @@ 2.4 user=$(id -un) 2.5 echo "TODO: sorry $user" ;; 2.6 kill) 2.7 - # Close button on panel so we can have undecored windows 2.8 + # Close button on panel so we can have undecorated windows 2.9 xid=$(xprop -root 32x '\t$0' _NET_ACTIVE_WINDOW | cut -f 2) 2.10 pid=$(xprop -id ${xid} _NET_WM_PID | awk '{print $3}') 2.11 kill ${pid} ;;