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