summaryrefslogtreecommitdiff
path: root/etc/hosts/profile-nemesis
blob: 2b064336988b6ba7912dc4c96cd55782795c72c4 (plain)
1
2
3
4
5
6
## vim:ft=zsh
if [[ ! -e /tmp/.afterboot ]] {
	touch /tmp/.afterboot
	unsetopt bg_nice
	startx &! exit
}