aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-05-07 19:19:29 -0500
committerCraig Jennings <c@cjennings.net>2026-05-07 19:19:29 -0500
commit18ae408405f319b56f258a5447f74139ea1ebb30 (patch)
tree170f87dcce4113a30757078ec670526a78958b20
parent437678d7f728666733bcd91c0b21c1a45f665648 (diff)
downloadarchsetup-18ae408405f319b56f258a5447f74139ea1ebb30.tar.gz
archsetup-18ae408405f319b56f258a5447f74139ea1ebb30.zip
chore: mark quick-wins TODOs as DONE
-rw-r--r--todo.org9
1 files changed, 6 insertions, 3 deletions
diff --git a/todo.org b/todo.org
index 1510ed3..d6191b4 100644
--- a/todo.org
+++ b/todo.org
@@ -98,7 +98,8 @@ Lines 236, 466, 905: validate directory exists and is in expected location befor
CLOSED: [2026-02-23 Sun]
Added =mountpoint -q= guard before mount; skips with info message if already mounted.
-*** TODO [#C] Improve error handling in chained commands
+*** DONE [#C] Improve error handling in chained commands :chore:
+CLOSED: [2026-05-07 Thu]
Line 820: three operations chained with =&&= reported as single failure.
Break into separate error-handled steps.
@@ -148,12 +149,14 @@ Consider: enable syncthing service in archsetup post-install.
Wallpaper daemon crashed with abort() shortly after boot. Hyprland also coredumped at same time.
May be a race condition. Restarting awww-daemon fixed it. Monitor for recurrence.
-*** TODO Review: Hyprland conf.d source ordering
+*** DONE Review: Hyprland conf.d source ordering :chore:
+CLOSED: [2026-05-07 Thu]
~source = $HOME/.config/hypr/conf.d/*.conf~ was at top of hyprland.conf (line 9).
Machine-local overrides (gaps, monitor scale) were overwritten by defaults later in the file.
Fixed by moving source line to end of file. Update stowed hyprland.conf.
-*** TODO Review: natural_scroll not set for mouse (only touchpad)
+*** DONE Review: natural_scroll not set for mouse (only touchpad) :chore:
+CLOSED: [2026-05-07 Thu]
~input:natural_scroll~ was missing; only ~touchpad:natural_scroll~ was set.
Added ~natural_scroll = true~ to input block.