aboutsummaryrefslogtreecommitdiff
path: root/startup.sh
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2020-06-17 21:29:30 +0000
committerRob Austein <sra@hactrn.net>2022-10-28 02:25:57 +0000
commit95e4f6382495b219edc1f60529125488bd83785b (patch)
tree0ea5b6d30c5938eca37aed9f74b22508740c11f3 /startup.sh
parent18debc052b0bcc3616d463ec9cdd2fca093d7801 (diff)
Bigger screen
Diffstat (limited to 'startup.sh')
-rwxr-xr-xstartup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/startup.sh b/startup.sh
index 539b446..792c469 100755
--- a/startup.sh
+++ b/startup.sh
@@ -7,6 +7,6 @@ echo '' | vncpasswd -f >$HOME/.vnc/passwd
chmod -R go= $HOME/.vnc
# -localhost
-vncserver $DISPLAY -geometry 1280x768 -depth 16 -nolisten tcp
+vncserver $DISPLAY -geometry 1920x1080 -depth 16 -nolisten tcp
icewm
vncserver -kill $DISPLAY