aboutsummaryrefslogtreecommitdiff
path: root/scripts/wipedisk
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
commitc69ad4399c0d61418ace1863d2240c1e0400ee61 (patch)
tree9750d25a4e50c36cd58954075508cfff04108ce2 /scripts/wipedisk
parent5f3e03b058e2bea80f8075e6ba26559e8903b100 (diff)
downloadarchsetup-c69ad4399c0d61418ace1863d2240c1e0400ee61.tar.gz
archsetup-c69ad4399c0d61418ace1863d2240c1e0400ee61.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 'scripts/wipedisk')
0 files changed, 0 insertions, 0 deletions