blob: b8eed7610faaf5becc36151098b399405d2a82c1 [file] [log] [blame]
Patrick Williamsd8c66bc2016-06-20 12:57:21 -05001#!/bin/sh
2#
3
4XSERVER=/usr/bin/Xorg
5
6. /etc/profile
7
8ARGS=" -br -pn @BLANK_ARGS@"
9
10DISPLAY=':0'
11
12exec xinit /etc/X11/Xsession -- $XSERVER $DISPLAY $ARGS $*