Update README.md
[dotfiles.git] / xinitrc
1 #!/bin/sh
2
3 if [ -d /etc/X11/xinit/xinitrc.d ]; then
4 for f in /etc/X11/xinit/xinitrc.d/*; do
5 [ -x "$f" ] && . "$f"
6 done
7 unset f
8 fi
9
10 sh ~/.fehbg &
11
12 xset +fp /usr/share/fonts/local
13 xset fp rehash
14 xbindkeys &
15 xcalib colorprofiles/Color\ LCD-00000610-0000-9CCF-0000-0000042733C0.icc &
16 xsetroot -cursor_name left_ptr &
17 xrdb ~/.Xresources &
18
19 export WM="xmonad"
20 export TERM="urxvtc" &
21 export EDITOR="nano" &
22 export PATH=$(cope_path):$PATH &
23 export PATH=~/golang/bin:$PATH &
24 export PATH=$PATH:$HOME/bin &
25 export GOPATH=~/golang
26
27 exec xmonad