mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
8 lines
216 B
Plaintext
8 lines
216 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
if [ ! -f "${HOME}/.vnc/passwd" ]; then
|
||
|
x11vnc -storepasswd
|
||
|
fi
|
||
|
|
||
|
/usr/bin/x11vnc -display :0 -6 -xkb -rfbport 5901 -rfbauth $HOME/.vnc/passwd -wait 20 -nap -noxrecord -nopw -noxfixes -noxdamage -repeat
|