dotfiles/x/.xinitrc
2016-01-07 18:05:13 +11:00

14 lines
216 B
Plaintext
Executable file

if [ -d /etc/X11/xinit/xinitrc.d ] ; then
for f in /etc/X11/xinit/xinitrc.d/?* ; do
[ -x "$f" ] && . "$f"
done
unset f
fi
xrdb -merge ~/.Xresources
sh ~/.fehbg &
compton -b &
sxhkd &
exec bspwm