From 674b5a20989258f9ee7b3bf18efc0c06c995ecc9 Mon Sep 17 00:00:00 2001 From: Cole Deck Date: Fri, 24 Jul 2020 12:18:45 -0500 Subject: [PATCH] Remove framerate force in Looking Glass --- vm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm b/vm index e900df7..7dfea53 100755 --- a/vm +++ b/vm @@ -6,7 +6,7 @@ virsh --connect=qemu:///system start win10 echo "Starting Scream" scream -o pulse -i virbr0 & echo "Starting Looking Glass" -looking-glass-client -s no -K 120 -d yes -g egl -a -M no egl:vsync yes & +looking-glass-client -s no -d yes -g egl -a -M no egl:vsync yes & while [ "$command" != "stop" ]; do read command done