Re: Problem with $DISPLAY env variable
Reply #3 –
For notify-send to work on crontabs it have to be set for cronie.
How can i comment out the tty 3-6? I tried to change exec /usr/bin/X -nolisten tcp vt07
but at boot xorg outputs that it has no permission for it. So i changed it back to exec /usr/bin/X -nolisten tcp "$@"
and now $DISPLAY is :0 again so for some reason it keeps changing.