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

/etc/skel/.xinitrc: lxsession-lxpolkit-0.5.5 support (thanks Saipul)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 23 10:33:57 2021 +0000 (2021-10-23)
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) &