aboutsummaryrefslogtreecommitdiff
path: root/assets/outbox/loudgain-ffmpeg7
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-05-07 19:03:46 -0500
committerCraig Jennings <c@cjennings.net>2026-05-07 19:03:46 -0500
commitfd363392bcd3dc2ab48e238310e57082fbdc1233 (patch)
tree9750d25a4e50c36cd58954075508cfff04108ce2 /assets/outbox/loudgain-ffmpeg7
parent4d48e32c47f06a9d45baa8b1932958f223c8ce24 (diff)
downloadarchsetup-fd363392bcd3dc2ab48e238310e57082fbdc1233.tar.gz
archsetup-fd363392bcd3dc2ab48e238310e57082fbdc1233.zip
fix(hyprland): source conf.d at end so machine-local overrides win
The `source = $HOME/.config/hypr/conf.d/*.conf` line was at the top of `hyprland.conf` (line 9), before the `general`, `input`, `monitor`, and other blocks. Hyprland reads top to bottom, so anything later in the main file silently overrode whatever `conf.d/local.conf` set. `local.conf` exists so one machine can override the shared defaults, for instance a HiDPI laptop bumping its monitor scale or shrinking gaps. None of that worked. I moved the source line to the end of the file behind a labeled section comment. Now per-machine overrides take effect. To verify, I dropped a `general { gaps_in = 99 }` into a temporary file in `conf.d/` and reloaded. `hyprctl getoption general:gaps_in` came back as 99 instead of the main file's 25. I removed the test file and the value went back to 25.
Diffstat (limited to 'assets/outbox/loudgain-ffmpeg7')
0 files changed, 0 insertions, 0 deletions