diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-07 19:19:29 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-07 19:19:29 -0500 |
| commit | 18ae408405f319b56f258a5447f74139ea1ebb30 (patch) | |
| tree | 170f87dcce4113a30757078ec670526a78958b20 | |
| parent | 437678d7f728666733bcd91c0b21c1a45f665648 (diff) | |
| download | archsetup-18ae408405f319b56f258a5447f74139ea1ebb30.tar.gz archsetup-18ae408405f319b56f258a5447f74139ea1ebb30.zip | |
chore: mark quick-wins TODOs as DONE
| -rw-r--r-- | todo.org | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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. |
