flavors view 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 source
1 # This shell script is run before Openbox launches.
2 # Environment variables set here are passed to the Openbox session.
4 # DBUS message bus (automount removable devices)
5 #dbus-launch --exit-with-session &
7 # Handle Hal events with Ivman (notification with desktopbox).
8 #ivman &
10 # Start PCmanFM as daemon for Wallpaper and desktop icons.
11 #pcmanfm -d &
13 # Start the Freedesktop panel standard menu.
14 #lxpanel &
16 # Start Parcellite clipboard manager.
17 #parcellite &
19 # Launch Xpad desktop notes utility.
20 #xpad &
22 # Desktop effects composer.
23 #xcompmgr -c -r 10 &
25 # Set a background image using hsetroot (depends on imlib2).
26 #hsetroot -fill /usr/share/images/slitaz-background.jpg &
28 # Start Tint2 desktop panel
29 #tint2 &
31 # Background color with xsetroot.
32 xsetroot -solid "#222222" &
34 # Start a Xterm
35 xterm &
37 # Wbar icons panel.
38 #(sleep 2 && wbar -above-desk -pos top center -jumpf 0 -zoomf 1.5 -bpress -balfa 0) &