Bump default resolution a little

A wider screen & higher resolution, to match what most current
screens are like.

We should make the default configurable, for people on low bandwidth
connections.
This commit is contained in:
YuviPanda 2019-11-06 11:51:15 -08:00
parent d839035d0a
commit 57d52f66a3
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ def setup_desktop():
os.path.join(HERE, 'share/tigervnc/bin/vncserver'),
'-verbose',
'-xstartup', os.path.join(HERE, 'share/xstartup'),
'-geometry', '1024x768',
'-geometry', '1680x1050',
'-SecurityTypes', 'None',
'-rfbunixpath', sockets_path,
'-fg',