Normalise JSON. Update todo
[PreCom.git] / .xinitrc
1 #!/bin/bash
2
3 export DISPLAY=:0.0
4
5 /usr/bin/urxvt -pixmap /itg/launchbg.jpg \
6 -foreground White \
7 -bl \
8 -borderColor Black \
9 -color4 RoyalBlue \
10 -color12 RoyalBlue \
11 +sb \
12 -geometry 102x34+0+0 \
13 -e /itg/PreCom/start.sh
14
15 pid=$!
16
17 wait $pid