dotfiles/.xprofile

10 lines
214 B
Plaintext
Raw Normal View History

2016-12-11 23:43:09 +00:00
if [ -d /etc/X11/xinit/xinitrc.d ] ; then
for f in /etc/X11/xinit/xinitrc.d/?* ; do
[ -x "$f" ] && . "$f"
done
unset f
fi
[[ -f ~/.Xresources ]] && xrdb -merge -I$HOME ~/.Xresources
2017-02-11 18:54:23 +00:00
exec bspwm