diff options
author | Rob Austein <sra@hactrn.net> | 2019-09-16 00:50:49 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2019-09-16 00:50:49 +0000 |
commit | d0eb10aebbe3a31f4cc67b3dc368233d528e0377 (patch) | |
tree | 5efe5438e1873569097bbae0fc77d3f304cfcc64 /startup.sh | |
parent | 56d82f8631bdd94739e7f39eac15a52b2d833c57 (diff) |
Working, ish
Diffstat (limited to 'startup.sh')
-rwxr-xr-x | startup.sh | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -7,5 +7,8 @@ echo '' | vncpasswd -f >$HOME/.vnc/passwd chmod -R go= $HOME/.vnc vncserver $DISPLAY -geometry 1280x768 -depth 16 -nolisten tcp -ratpoison -f /ratpoisonrc + +#ratpoison +icewm + vncserver -kill $DISPLAY |