diff options
Diffstat (limited to 'launch_x11vnc')
-rwxr-xr-x | launch_x11vnc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/launch_x11vnc b/launch_x11vnc new file mode 100755 index 0000000..8098423 --- /dev/null +++ b/launch_x11vnc @@ -0,0 +1,3 @@ +#!/bin/sh + +exec x11vnc -coe localhost -rfbport 0 -nopw -nocursor -nosel -viewonly -deferupdate none -clip 1024x768+0+0 |