flavors diff justx64/rootfs/etc/xdg/openbox/autostart @ rev 266

Add base64 justx64 & gtkonly64
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Sep 18 17:32:33 2019 +0200 (2019-09-18)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/justx64/rootfs/etc/xdg/openbox/autostart	Wed Sep 18 17:32:33 2019 +0200
     1.3 @@ -0,0 +1,38 @@
     1.4 +# This shell script is run before Openbox launches.
     1.5 +# Environment variables set here are passed to the Openbox session.
     1.6 +
     1.7 +# DBUS message bus (automount removable devices)
     1.8 +#dbus-launch --exit-with-session &
     1.9 +
    1.10 +# Handle Hal events with Ivman (notification with desktopbox).
    1.11 +#ivman &
    1.12 +
    1.13 +# Start PCmanFM as daemon for Wallpaper and desktop icons.
    1.14 +#pcmanfm -d &
    1.15 +
    1.16 +# Start the Freedesktop panel standard menu.
    1.17 +#lxpanel &
    1.18 +
    1.19 +# Start Parcellite clipboard manager.
    1.20 +#parcellite &
    1.21 +
    1.22 +# Launch Xpad desktop notes utility.
    1.23 +#xpad &
    1.24 +
    1.25 +# Desktop effects composer.
    1.26 +#xcompmgr -c -r 10 &
    1.27 +
    1.28 +# Set a background image using hsetroot (depends on imlib2).
    1.29 +#hsetroot -fill /usr/share/images/slitaz-background.jpg &
    1.30 +
    1.31 +# Start Tint2 desktop panel
    1.32 +#tint2 &
    1.33 +
    1.34 +# Background color with xsetroot.
    1.35 +xsetroot -solid "#222222" &
    1.36 +
    1.37 +# Start a Xterm
    1.38 +xterm &
    1.39 +
    1.40 +# Wbar icons panel.
    1.41 +#(sleep 2 && wbar -above-desk -pos top center -jumpf 0 -zoomf 1.5 -bpress -balfa 0) &