diff options
Diffstat (limited to 'startup.sh')
-rwxr-xr-x | startup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |