Skip to content

Instantly share code, notes, and snippets.

Created May 21, 2012 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/2762574 to your computer and use it in GitHub Desktop.
Save anonymous/2762574 to your computer and use it in GitHub Desktop.
.xinitrc
#!/bin/sh
if [ -d /etc/X11/xinit/xinitrc.d ]; then
for f in /etc/X11/xinit/xinitrc.d/*; do
[ -x "$f" ] && . "$f"
done
unset f
fi
exec ck-launch-session startxfce4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment