Skip to content

Commit

Permalink
Added fluxbox config
Browse files Browse the repository at this point in the history
  • Loading branch information
Joly0 committed Nov 7, 2024
1 parent 493b415 commit cdf766b
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/latest_development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
- '.last_build'
- '.last_dev_build'
- '.last_prerelease_build'
- 'dockerfile'
- 'dockerfile.pre'

env:
REGISTRY: ghcr.io
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/latest_pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
- '.last_build'
- '.last_dev_build'
- '.last_prerelease_build'
- 'dockerfile'
- 'dockerfile.dev'

env:
REGISTRY: ghcr.io
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/latest_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
- '.last_build'
- '.last_dev_build'
- '.last_prerelease_build'
- 'dockerfile.dev'
- 'dockerfile.pre'

env:
REGISTRY: ghcr.io
Expand Down
6 changes: 6 additions & 0 deletions conf/init
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
! If you're looking for settings to configure, they won't be saved here until
! you change something in the fluxbox configuration menu.

session.styleFile: /usr/share/fluxbox/styles//Squared_for_Debian
session.configVersion: 13
session.screen0.focusNewWindows: true
3 changes: 3 additions & 0 deletions dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ COPY --from=downloader /tmp/bin ${DATA_DIR}/bin
COPY scripts/ /opt/scripts/
RUN chmod -R 770 /opt/scripts/

# Copy Fluxbox config file
COPY /conf/ /etc/.fluxbox/

# Expose noVNC port
EXPOSE 6080

Expand Down
3 changes: 3 additions & 0 deletions dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ COPY --from=developer /tmp/bin ${DATA_DIR}/bin
COPY scripts/ /opt/scripts/
RUN chmod -R 770 /opt/scripts/

# Copy Fluxbox config file
COPY /conf/ /etc/.fluxbox/

# Expose noVNC port
EXPOSE 6080

Expand Down
3 changes: 3 additions & 0 deletions dockerfile.pre
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ COPY --from=downloader /tmp/bin ${DATA_DIR}/bin
COPY scripts/ /opt/scripts/
RUN chmod -R 770 /opt/scripts/

# Copy Fluxbox config file
COPY /conf/ /etc/.fluxbox/

# Expose noVNC port
EXPOSE 6080

Expand Down

0 comments on commit cdf766b

Please sign in to comment.