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

Up ufr2 (2.40-2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 10 07:46:30 2022 +0000 (2022-05-10)
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 &