diff options
author | Rob Austein <sra@hactrn.net> | 2019-09-14 23:23:38 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2019-09-14 23:23:38 +0000 |
commit | 52bd9bb98c5a43865e4bd7705636ce9e25148d13 (patch) | |
tree | 24a84e6d48404ee010a610a60e4fbee87787d1d5 | |
parent | 02297786e114ed0a9c2e084785db511ba281224a (diff) |
Switch to ratpoison
-rw-r--r-- | Dockerfile | 4 | ||||
-rw-r--r-- | ratpoisonrc | 2 | ||||
-rwxr-xr-x | startup.sh | 2 |
3 files changed, 5 insertions, 3 deletions
@@ -7,15 +7,15 @@ RUN apt-get --yes update && apt-get --yes install --no-install-recommends \ fonts-droid-fallback \ fonts-noto \ icedtea-8-plugin \ - icewm \ libdbus-glib-1-2 \ libgtk-3-0 \ + ratpoison \ tightvncserver \ xfonts-base \ x11-xserver-utils \ xterm -COPY startup.sh waterfox*.tar.bz2 / +COPY startup.sh ratpoisonrc waterfox*.tar.bz2 / RUN set -x; \ tar -C /usr/local -xf /waterfox*.tar.bz2 && \ diff --git a/ratpoisonrc b/ratpoisonrc new file mode 100644 index 0000000..7db7a21 --- /dev/null +++ b/ratpoisonrc @@ -0,0 +1,2 @@ +exec xsetroot -solid black +exec waterfox @@ -8,5 +8,5 @@ chmod -R go= $HOME/.vnc # -localhost vncserver $DISPLAY -geometry 1280x768 -depth 16 -nolisten tcp -icewm +ratpoison -f /ratpoisonrc vncserver -kill $DISPLAY |