summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-06-24 21:05:57 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2009-06-24 21:05:57 +0200
commit1bfdd4adf7b6f346fda8ed9f27d5a008b3034bd9 (patch)
tree6d418a5020f36d5da4153503193b373db1bed8ad /etc
parentb862fe83d4f900400a0a78149c7ac9819ffc249c (diff)
startx: Fixed 'lockfile' name
Diffstat (limited to 'etc')
-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
}