summaryrefslogtreecommitdiff
path: root/etc/startx
diff options
context:
space:
mode:
Diffstat (limited to 'etc/startx')
-rw-r--r--etc/startx6
1 files changed, 0 insertions, 6 deletions
diff --git a/etc/startx b/etc/startx
deleted file mode 100644
index 5492c4b..0000000
--- a/etc/startx
+++ /dev/null
@@ -1,6 +0,0 @@
-## vim:ft=zsh
-if [[ -z ${SSH_CONNECTION} && ! -e /tmp/.x-started ]] {
- touch /tmp/.x-started
- unsetopt bg_nice
- xinit /home/derf/.xinitrc -- /etc/X11/xinit/xserverrc :0 -auth $(mktemp --tmpdir serverauth.XXXXXXXXXX) &! exit
-}