Eccentric Developments


run startx on login - Raspbian Jessie Lite

~/.bash_profile

(pgrep 'tmux|startx' || startx) > /dev/null

From here.