Skip to content

Commit c415e05

Browse files
committed
Make sure media is readable
1 parent e9fe96c commit c415e05

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Containerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ FROM ${BASE_IMAGE}
1111
# Copy dot_files into the image at /usr/share/binaryos/config
1212
COPY dot_files /usr/share/binaryos/config
1313

14+
# Ensure all config files are readable by everyone
15+
RUN chmod -R a+rX /usr/share/binaryos/config
16+
1417
## Other possible base images include:
1518
# FROM ghcr.io/ublue-os/bazzite:latest
1619
# FROM ghcr.io/ublue-os/bluefin-dx-nvidia:stable-daily

dot_files/hypr/hyprland.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ input {
216216
kb_layout = us
217217
kb_variant =
218218
kb_model =
219-
kb_options =
219+
kb_options = ctrl:swapcaps
220220
kb_rules =
221221
follow_mouse = 1
222222
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.

0 commit comments

Comments
 (0)