mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
more tweeks
This commit is contained in:
7
.docker/x11vnc
Executable file
7
.docker/x11vnc
Executable file
@ -0,0 +1,7 @@
|
||||
#!/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
|
Reference in New Issue
Block a user