summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system/LinHES-session
blob: 815c3d5296ec39fb1dc90681ea7c421d3d8e8643 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/sh
. /etc/profile
. /etc/systemconfig

xhost +local:
xhost +127.0.0.1
xset -dpms s off
export MALLOC_CHECK_=0
#start fluxbox
if [ x$WM = "x" ]
then
	fluxbox > /var/log/fluxbox.log 2>&1

else
	$WM 2>&1
fi