summaryrefslogtreecommitdiff
path: root/etc/startx
blob: 3ec0d21730fb7440b5426b8f290033257385304b (plain)
1
2
3
4
5
6
## vim:ft=zsh
if [[ -z $SSH_CONNECTION && ! -e /tmp/.x-started ]] {
	touch /tmp/.x-started
	unsetopt bg_nice
	startx &! exit
}