Skip to content

Commit

Permalink
Restore passing -geometry
Browse files Browse the repository at this point in the history
We can tackle this in a different PR
  • Loading branch information
yuvipanda committed Jul 14, 2023
1 parent 11f874e commit a5c9434
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jupyter_remote_desktop_proxy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ def setup_desktop():
vnc_args
+ [
'-verbose',
'-geometry',
'1680x1050',
'-SecurityTypes',
'None',
'-fg',
Expand Down

0 comments on commit a5c9434

Please sign in to comment.