summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/startx2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/startx b/etc/startx
index 751bd71..3ec0d21 100644
--- a/etc/startx
+++ b/etc/startx
@@ -1,6 +1,6 @@
## vim:ft=zsh
if [[ -z $SSH_CONNECTION && ! -e /tmp/.x-started ]] {
- touch /tmp/.afterboot
+ touch /tmp/.x-started
unsetopt bg_nice
startx &! exit
}