summaryrefslogtreecommitdiff
path: root/etc/startx
diff options
context:
space:
mode:
Diffstat (limited to 'etc/startx')
-rw-r--r--etc/startx6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/startx b/etc/startx
new file mode 100644
index 0000000..751bd71
--- /dev/null
+++ b/etc/startx
@@ -0,0 +1,6 @@
+## vim:ft=zsh
+if [[ -z $SSH_CONNECTION && ! -e /tmp/.x-started ]] {
+ touch /tmp/.afterboot
+ unsetopt bg_nice
+ startx &! exit
+}