aboutsummaryrefslogtreecommitdiff
path: root/todo.org
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
commit38549be16744f982b165d8e9a55e32cc55e713fb (patch)
treec77df667863c3558c9236c5ec1364c8bebdd20ef /todo.org
parentf490f4afee16a5137378c1a3e2c052311ad47f46 (diff)
downloadarchsetup-38549be16744f982b165d8e9a55e32cc55e713fb.tar.gz
archsetup-38549be16744f982b165d8e9a55e32cc55e713fb.zip
chore: mark quick-wins TODOs as DONE
Diffstat (limited to 'todo.org')
-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.