Skip to content

Instantly share code, notes, and snippets.

@dtrudg
Created February 21, 2018 21:38
Show Gist options
  • Save dtrudg/02945006074061a31a2cd09a108a6cf3 to your computer and use it in GitHub Desktop.
Save dtrudg/02945006074061a31a2cd09a108a6cf3 to your computer and use it in GitHub Desktop.
#!/bin/sh
# Support for a shared clipboard
(/usr/bin/Xvfb :0 >/dev/null 2>&1) &
sleep 1
DISPLAY=:0 /bin/VBoxClient --clipboard
/usr/local/sbin/gpm -m /dev/input/mice -t exps2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment