We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9fe96c commit c415e05Copy full SHA for c415e05
Containerfile
@@ -11,6 +11,9 @@ FROM ${BASE_IMAGE}
11
# Copy dot_files into the image at /usr/share/binaryos/config
12
COPY dot_files /usr/share/binaryos/config
13
14
+# Ensure all config files are readable by everyone
15
+RUN chmod -R a+rX /usr/share/binaryos/config
16
+
17
## Other possible base images include:
18
# FROM ghcr.io/ublue-os/bazzite:latest
19
# FROM ghcr.io/ublue-os/bluefin-dx-nvidia:stable-daily
dot_files/hypr/hyprland.conf
@@ -216,7 +216,7 @@ input {
216
kb_layout = us
217
kb_variant =
218
kb_model =
219
- kb_options =
+ kb_options = ctrl:swapcaps
220
kb_rules =
221
follow_mouse = 1
222
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
0 commit comments