summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdot/local/bin/xvnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dot/local/bin/xvnc b/dot/local/bin/xvnc
index ee98092..8689b51 100755
--- a/dot/local/bin/xvnc
+++ b/dot/local/bin/xvnc
@@ -67,7 +67,7 @@ share_display()
67 -R "$port:$local_socket_file" \ 67 -R "$port:$local_socket_file" \
68 ${remote_port:+ -p "$remote_port" } \ 68 ${remote_port:+ -p "$remote_port" } \
69 "$remote_host" \ 69 "$remote_host" \
70 "${DEBUG:+ set -x; } trap 'DISPLAY=$remote_display xtightvncviewer -encodings 'copyrect tight zrle hextile' localhost:$port" & 70 "${DEBUG:+ set -x; } DISPLAY=$remote_display xtightvncviewer -encodings 'copyrect tight zrle hextile' localhost:$port" &
71 SSH=$! 71 SSH=$!
72 wait -n 72 wait -n
73} 73}