blob: 6e6034dbec25686966a113ddf50b1039b9953c12 (
plain)
1
2
3
4
5
6
7
|
#!/bin/sh
# You may invoke this like so:
# ./launch_x11vnc -clip 1024x768+0+0
# ./launch_x11vnc -clip xinerama1
exec x11vnc -coe localhost -rfbport 0 -nopw -nocursor -nosel -viewonly -deferupdate none "$@" -geometry 1024x768
|