Updated vnc command to not force resize display
This commit is contained in:
parent
7703711231
commit
af60ed662d
1 changed files with 1 additions and 1 deletions
|
|
@ -6,6 +6,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.shellAliases = {
|
environment.shellAliases = {
|
||||||
startvnc = "x0vncserver -PasswordFile=$HOME/.vnc/passwd -rfbport=5900";
|
startvnc = "x0vncserver -PasswordFile=$HOME/.vnc/passwd -rfbport=5900 -AcceptSetDesktopSize=0";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue