summaryrefslogtreecommitdiff
path: root/etc/startx
diff options
context:
space:
mode:
Diffstat (limited to 'etc/startx')
-rw-r--r--etc/startx2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/startx b/etc/startx
index 3ec0d21..9384eba 100644
--- a/etc/startx
+++ b/etc/startx
@@ -2,5 +2,5 @@
if [[ -z $SSH_CONNECTION && ! -e /tmp/.x-started ]] {
touch /tmp/.x-started
unsetopt bg_nice
- startx &! exit
+ xinit /home/derf/.xinitrc -- /etc/X11/xinit/xserverrc :0 -auth $(mktemp --tmpdir serverauth.XXXXXXXXXX) &! exit
}