summaryrefslogtreecommitdiff
path: root/.xinitrc
blob: 76a7f60e862fe65e709fe13c25d7ed4d8a6e63f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/sh 
 
if [[ -z "$DBUS_SESSION_BUS_ADDRESS" ]]; then
    eval $(dbus-launch --exit-with-x11 --sh-syntax)
fi
 
cd
export LC_ALL=en_US.UTF-8
xset s off
xset -dpms
gamma 1
xsetroot -solid black
xrdb -load .Xdefaults
start-pulseaudio-x11
 
/usr/bin/mpd /home/dakkar/mpd/mpd.conf
 
cvlc -f &
 
exec fvwm