dotfiles/x/.xinitrc

14 lines
231 B
Plaintext
Raw Permalink 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 --vsync opengl -b &
sxhkd &
exec bspwm