blob: b90a00c2b75391afe1801dbdcc6a5ef969d07254 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
if [[ -z "$DBUS_SESSION_BUS_ADDRESS" ]]; then eval $(dbus-launch --exit-with-x11 --sh-syntax) declare -p DBUS_SESSION_BUS_ADDRESS > .dbus.env 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 &> vlc.log & hsetroot -center ~/DresdenCodak_Station_1920x1080.jpg exec fvwm
|