wok-6.x view karmen/stuff/etc/xdg/karmen/autostart.sh @ rev 14909
slitaz-i18n: add slitaz-configs as bdep; slitaz-configs: back openbox menu; locale-el, locale-ru: add keyboard layout icons; locale-fr, locale-hu, locale-pt_BR: recook with openbox menu.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Aug 05 11:40:01 2013 +0300 (2013-08-05) |
parents | 08943259e85e |
children |
line source
1 # This script is executed before Karmen session starts on SliTaz.
2 #
4 # Background color.
5 xsetroot -solid grey4 &
7 # Cursor setting.
8 xsetroot -cursor_name arrow &
10 # Start an Xterm.
11 xterm &
13 # Start Karmen configurator/menu
14 xterm -geometry 50x20 -e karmen-conf &
16 # Xclock
17 xclock &