aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/fluxbox/fluxbox/fluxbox-wm
blob: ced02fff7cf8ca8a53d08c5e6b10320e2e3d2029 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

if [ -e $HOME/.fluxbox/session ] ; then
	exec $HOME/.fluxbox/session
fi

if [ -e /usr/share/fluxbox/session  ] ; then
	exec /usr/share/fluxbox/session
fi

# Fall-through
exec startfluxbox $@