aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.