Skip to content

Instantly share code, notes, and snippets.

@Nuc1eoN
Last active December 14, 2015 14:49
Show Gist options
  • Save Nuc1eoN/5103581 to your computer and use it in GitHub Desktop.
Save Nuc1eoN/5103581 to your computer and use it in GitHub Desktop.
xinitrc script
if [ -d /etc/X11/xinit/xinitrc.d ]; then
for f in /etc/X11/xinit/xinitrc.d/*; do
[ -x "$f" ] && . "$f"
done
unset f
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment