Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Last active April 18, 2019 01:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/c20a6696e6c091629c2e4b098cec3c43 to your computer and use it in GitHub Desktop.
Save parzibyte/c20a6696e6c091629c2e4b098cec3c43 to your computer and use it in GitHub Desktop.
#!/bin/sh
# Uncomment the following two lines for normal desktop:
# unset SESSION_MANAGER
# exec /etc/X11/xinit/xinitrc
startxfce4 &
[ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
vncconfig -iconic &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment