slitaz-configs view rootfs/etc/xdg/openbox/autostart @ rev 252

Added tag 5.5.7 for changeset d1d5b4aa7dea
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Nov 06 00:45:20 2014 +0200 (2014-11-06)
parents
children
line source
1 # This shell script is run before Openbox launches.
2 # Environment variables set here are passed to the Openbox session.
4 # Start DBUS session.
5 if [ ! "$DBUS_SESSION_BUS_ADDRESS" ]; then
6 dbus-launch --sh-syntax --exit-with-session &
7 fi
9 # Start PCmanFM as daemon for Wallpaper and desktop icons.
10 #pcmanfm -d &
12 # Start the Freedesktop panel standard menu.
13 #lxpanel --profile slitaz &
15 # Packages update notification.
16 #tazpkg-notify &
18 # Start Parcellite clipboard manager.
19 #parcellite &
21 # Launch Xpad desktop notes utility.
22 #xpad &
24 # Desktop effects composer.
25 #xcompmgr -c -r 10 &
27 # Set a background image using hsetroot (depends on imlib2).
28 #hsetroot -fill /usr/share/images/slitaz-background.png &
30 # Background color with xsetroot.
31 #xsetroot -solid "#222222" &
33 # Wbar2 icon bar.
34 #$(sleep 3 && wbar) &