From 1175ca0d70c2e0e828869ea38414bb4454178689 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Thu, 24 Feb 2022 12:20:15 -0500 Subject: switch to tiger vnc viewer --- dot/local/bin/xvnc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dot/local/bin/xvnc b/dot/local/bin/xvnc index 7eba3f2..3265a38 100755 --- a/dot/local/bin/xvnc +++ b/dot/local/bin/xvnc @@ -23,7 +23,12 @@ direct_connection() "x11vnc -noxrecord -nopw -ncache -ncache_cr -localhost -display ${remote_display}" & pid=$! sleep 1 # surrender race - xvncviewer -encodings "copyrect tight zrle hextile" localhost:0 + if [ "$NOTIGER" ] + then + xtightvncviewer -encodings "copyrect tight zrle hextile" localhost:0 + else + xtigervncviewer localhost:0 + fi kill $pid } -- cgit v1.2.3