Created
February 21, 2018 21:38
-
-
Save dtrudg/02945006074061a31a2cd09a108a6cf3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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