diff --git a/.docker/files/chromium/Dockerfile b/.docker/files/chromium/Dockerfile index f2cc302..5b42c07 100644 --- a/.docker/files/chromium/Dockerfile +++ b/.docker/files/chromium/Dockerfile @@ -1,4 +1,4 @@ -FROM nurdism/neko:base +FROM nurdism/neko:openbox # # install neko chromium @@ -21,4 +21,5 @@ RUN set -eux; apt-get update; \ # copy configuation files COPY .docker/files/chromium/supervisord.conf /etc/neko/supervisord/chromium.conf COPY .docker/files/chromium/preferences.json /usr/share/chromium/master_preferences -COPY .docker/files/chromium/policies.json /etc/chromium/policies/managed/policies.json \ No newline at end of file +COPY .docker/files/chromium/policies.json /etc/chromium/policies/managed/policies.json +COPY .docker/files/chromium/openbox.xml /etc/neko/openbox.xml \ No newline at end of file diff --git a/.docker/files/chromium/openbox.xml b/.docker/files/chromium/openbox.xml new file mode 100644 index 0000000..f79f3a3 --- /dev/null +++ b/.docker/files/chromium/openbox.xml @@ -0,0 +1,763 @@ + + + + + + + + 10 + 20 + + + + + + no + true + yes + normal + + + + + yes + + no + + yes + + no + + 200 + + no + + + + + Smart + +
yes
+ + Primary + + 1 + +
+ + + Clearlooks + NLIMC + + yes + yes + + sans + 8 + + bold + + normal + + + + sans + 8 + + bold + + normal + + + + sans + 9 + + normal + + normal + + + + sans + 9 + + normal + + normal + + + + sans + 9 + + bold + + normal + + + + sans + 9 + + bold + + normal + + + + + + + 1 + 1 + + + + 875 + + + + + yes + Nonpixel + + Center + + + + + 10 + + 10 + + + + + + + 0 + 0 + 0 + 0 + + + + TopLeft + + 0 + 0 + no + Above + + Vertical + + no + 300 + + 300 + + Middle + + + + + C-g + + + + leftno + + + rightno + + + upno + + + downno + + + leftno + + + rightno + + + upno + + + downno + + + 1 + + + 2 + + + 3 + + + 4 + + + + + + + + + + + + + + + + + + + + scrot -s + + + + + + + + + + + + + + + + + + + + + + + + yesyes + + + + + + + + + + + + right + + + + + left + + + + + up + + + + + down + + + + + + + + true + Konqueror + + kfmclient openProfile filemanagement + + + + + scrot + + + + + 1 + + 500 + + 400 + + false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + previous + + + next + + + previous + + + next + + + previous + + + next + + + + + + + + + + + + + + no + + + + + + + + + + + yes + + + + + + + + + + + + + + + + + + + + + + + + + + + top + + + + + + left + + + + + + right + + + + + + bottom + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + vertical + + + horizontal + + + + + + + + + + + + + + + + + previous + + + next + + + + previous + + + next + + + previous + + + next + + + + + + + + + + + + + + + + + + + + previous + + + next + + + previous + + + next + + + + + + + + + + + menu.xml + 200 + + no + + 100 + + 400 + + yes + + yes + + + + + + + +
diff --git a/.docker/files/chromium/supervisord.conf b/.docker/files/chromium/supervisord.conf index da86a77..9012520 100644 --- a/.docker/files/chromium/supervisord.conf +++ b/.docker/files/chromium/supervisord.conf @@ -9,7 +9,4 @@ user=%(ENV_USER)s stdout_logfile=/var/log/neko/chromium.log stdout_logfile_maxbytes=100MB stdout_logfile_backups=10 -redirect_stderr=true -stderr_logfile=/var/log/neko/chromium.err.log -stderr_logfile_maxbytes=100MB -stderr_logfile_backups=10 \ No newline at end of file +redirect_stderr=true \ No newline at end of file