dotfiles/x/.xinitrc

14 lines
216 B
Plaintext
Raw Normal View History

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