wok view karmen/stuff/etc/xdg/karmen/autostart.sh @ rev 16164

wayland: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 29 08:28:10 2014 +0000 (2014-03-29)
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 &