Updated vnc command to not force resize display

This commit is contained in:
Benson Chu 2026-02-03 19:05:30 -06:00
parent 7703711231
commit af60ed662d

View file

@ -6,6 +6,6 @@
};
environment.shellAliases = {
startvnc = "x0vncserver -PasswordFile=$HOME/.vnc/passwd -rfbport=5900";
startvnc = "x0vncserver -PasswordFile=$HOME/.vnc/passwd -rfbport=5900 -AcceptSetDesktopSize=0";
};
}