blob: 73570dfeb50413c083efc8d1e7a61e44dc0743ee [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001#!/bin/sh
2#
3
4XSERVER=/usr/bin/Xorg
5
6. /etc/profile
7
8ARGS=" -br -pn"
9
10DISPLAY=':0'
11
12exec xinit /etc/X11/Xsession -- $XSERVER $DISPLAY $ARGS $*