Skip to content

Instantly share code, notes, and snippets.

@Sadin
Created August 19, 2011 16:10
Show Gist options
  • Save Sadin/1157211 to your computer and use it in GitHub Desktop.
Save Sadin/1157211 to your computer and use it in GitHub Desktop.
#!/bin/sh
#
# ~/.xinitrc
#
# Executed by startx (run your window manager from here)
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 gnome-session
# exec startkde
# exec startxfce4
exec wmfs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment