updates
[dotfiles.git] / xinitrc
CommitLineData
0e3df0c2 1#!/bin/sh
2
3if [ -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
8fi
9
10sh ~/.fehbg &
11
12xset +fp /usr/share/fonts/local
13xset fp rehash
14xbindkeys &
15xcalib colorprofiles/Color\ LCD-00000610-0000-9CCF-0000-0000042733C0.icc &
16xsetroot -cursor_name left_ptr &
17xrdb ~/.Xresources &
18
19export WM="xmonad"
20export TERM="urxvtc" &
21export EDITOR="nano" &
22export PATH=$(cope_path):$PATH &
23export PATH=~/golang/bin:$PATH &
24export PATH=$PATH:$HOME/bin &
25export GOPATH=~/golang
26
27exec xmonad