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

Up: freeradius to 2.1.10.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Mar 24 20:58:11 2011 +0000 (2011-03-24)
parents
children cb76ed027bff
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 # Wbar icons panel with a custom config file for Karmen providing
11 # a settings and logout function.
12 (sleep 2 && wbar -config $HOME/.config/karmen/wbar -pos top center \
13 -jumpf 0 -zoomf 1.8 -isize 24 -bpress -balfa 0) &