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

updated python-shapely (1.7.0 -> 1.7.1)
author Hans-G?nter Theisgen
date Wed Jul 13 17:41:12 2022 +0100 (23 months ago)
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 &