diff options
Diffstat (limited to 'launch_x11vnc')
-rwxr-xr-x | launch_x11vnc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launch_x11vnc b/launch_x11vnc index 7f22c36..940d074 100755 --- a/launch_x11vnc +++ b/launch_x11vnc @@ -5,4 +5,4 @@ # ./launch_x11vnc -clip xinerama1 export X11VNC_REVERSE_CONNECTION_NO_AUTH=1 -exec x11vnc -coe localhost -rfbport 0 -nopw -nocursor -nosel -viewonly -deferupdate none "$@" -geometry 1024x768 +exec x11vnc -coe localhost -rfbport 0 -nopw -nocursor -nosel -viewonly -deferupdate none -norc "$@" -geometry 1024x768 |