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

gnustep-back: fic BUILD_DEPENDS
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Dec 25 03:16:17 2011 +0100 (2011-12-25)
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) &