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

sane-backends, scons, scrot, shell-fm, smake, soundtouch, wireless_tools: fix man or doc path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 06 16:30:34 2016 +0200 (2016-07-06)
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 &