various improvements

This commit is contained in:
2020-10-19 15:29:35 -05:00
parent 813932361d
commit c36a1b9f0e
8 changed files with 25 additions and 21 deletions

2
vmrdp
View File

@ -17,7 +17,7 @@ remmina &
#looking-glass-client -s -d -g egl -a -M -K 120 &
#looking-glass-client -g egl -j -m 283 -S egl:vsync &
while [ "$command" != "stop" ]; do
if jobs | grep looking | grep Running; then
if jobs | grep remmina | grep Running; then
read command
else
#looking-glass-client -d -g egl -a -K 120 -j -m 69 -S &