wok view fluxbox/stuff/startup @ rev 22219
updated xorg-libXmu and xorg-libXmu-dev (1.1.1 -> 1.1.3)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Nov 11 16:47:53 2019 +0100 (2019-11-11) |
parents | 80044994b6f9 |
children |
line source
1 #!/bin/sh
2 #
3 # SliTaz GNU/Linux Fluxbox system wide session script.
4 #
6 # Start DBUS session.
7 if [ ! "$DBUS_SESSION_BUS_ADDRESS" ]; then
8 dbus-launch --sh-syntax --exit-with-session &
9 fi
11 # Start PCmanFM as daemon (Can be used for wallpaper and desktop icons).
12 #pcmanfm -d &
14 # Set a background image using hsetroot.
15 hsetroot -fill /usr/share/images/slitaz-background.jpg &
17 # Start the composite manager th get full Flucbox transparency
18 xcompmgr &