#!/bin/sh # # ~/.xinitrc, a copy of /etc/skel/.xinitrc # if [ -f ~/.Xresources ]; then xrdb -merge ~/.Xresources fi if [ -f ~/.Xmodmap ]; then xmodmap ~/.Xmodmap fi 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 # start the Window Manger session of your choice #exec gnome-session #exec startkde #exec startxfce4 #exec startfluxbox #exec startrazor