Browse Source

xinitrc: add .xinitrc

master
cinnaboot 4 years ago
parent
commit
54f66ea623
  1. 15
      .xinitrc

15
.xinitrc

@ -0,0 +1,15 @@
# NOTE: this fixes a bug where at-spi-bus-launcher was hanging systemd on reboot
# except it doesn't :(, can still force kill at-spi-bus-launcher before reboot
if [ -d /etc/X11/xinit/xinitrc.d ] ; then
for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
[ -x "$f" ] && . "$f"
done
unset f
fi
if [ -f /usr/bin/startxfce4 ] ; then
/usr/bin/startxfce4
fi
Loading…
Cancel
Save