forked from ahurac/dotfiles
Ajout : ne pas afficher le curseur dans le serveur VNC sans tête (headlessvnc)
This commit is contained in:
parent
c3dc90860f
commit
b5c6748db6
1 changed files with 2 additions and 1 deletions
|
@ -58,7 +58,8 @@ public_start() {
|
|||
-xstartup ./xstartup \
|
||||
-localhost \
|
||||
-alwaysshared \
|
||||
-securitytypes none
|
||||
-securitytypes none \
|
||||
-nocursor
|
||||
else
|
||||
error "The VNC server is already running!" 4
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue