Skip to content

Instantly share code, notes, and snippets.

@ludwigschuster
Last active April 12, 2017 15:13
Show Gist options
  • Save ludwigschuster/c893a0f9c0c8082bf0da1818716cacce to your computer and use it in GitHub Desktop.
Save ludwigschuster/c893a0f9c0c8082bf0da1818716cacce to your computer and use it in GitHub Desktop.
autostart Linux
#create name.desktop in ~.config/autostart
cd ~/.config
mkdir -p autostart
vim name.desktop
#######enter into file##############
[Desktop Entry]
Type=Application
Name=TightVNC
Exec=vncserver -geometry 1024x768 :1
StartupNotify=false
#######close and safe with :wq######
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment