summaryrefslogtreecommitdiff
path: root/todo.org
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-01-26 17:27:50 -0600
committerCraig Jennings <c@cjennings.net>2026-01-26 17:27:50 -0600
commita80dbca48b09ff50274e34fbf27c09c475aa09c7 (patch)
tree58198a3defb7320d7a21959a92cd84a004e9f27e /todo.org
parent0c182874d924d79ab5fba7f8f0172c5a4240a27a (diff)
refactor(scripts): reorganize scripts by desktop environment
Move X11/DWM-specific scripts to dotfiles/dwm/.local/bin/: - All dmenu* scripts (7) - All statusbar/sb-* scripts (24) - Display scripts: brightness, displayselect, monitor, colorpick - Input scripts: remaps, toggle-touchpad, samedir - Menu scripts: exitmenu, prompt, airplanemodetoggle, audioselect - Media scripts: screenshotmenu, recordnow, setbg, wallsearch, bookfind - Misc: battery_monitor, td-toggle Delete obsolete scripts: - build.emacs.aur.sh (redundant with build-emacs.sh) - bsdnet_bounce (FreeBSD only) - calibre-install (just curls installer) - debugemacs (hardcoded paths) - gruv (duplicate of alias) - reset-auth (unclear purpose) - touchpad-indicator-start (obsolete daemon) - starth (unused Hyprland starter) Universal scripts remain in dotfiles/system/.local/bin/ for both X11 and Wayland installs. Also update todo.org: cancel pywal and waybar netspeed tasks, mark desktop file pruning done. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'todo.org')
-rw-r--r--todo.org15
1 files changed, 10 insertions, 5 deletions
diff --git a/todo.org b/todo.org
index 71167fb..7be0cb2 100644
--- a/todo.org
+++ b/todo.org
@@ -185,7 +185,8 @@ Other layout plugins (none have deck):
Decision: Keep current setup or adopt hy3 for more flexible manual tiling.
-***** TODO [#C] Consider Pywal for Dynamic Theming
+***** CANCELLED [#C] Consider Pywal for Dynamic Theming
+CLOSED: [2026-01-26 Mon]
Use pywal to generate color schemes from wallpaper. Reference: reference-repos/kastrbl4nik-dots/
Tools: swww (wallpaper), wal (colors), pywalfox (Firefox), pywal-spicetify (Spotify)
@@ -233,7 +234,8 @@ Watch =~/.cache/swww/= for changes and trigger wal automatically. More complex.
- Some wallpapers produce great palettes; others produce muddy low-contrast results
- Current goldenrod/dark gray theme works well - pywal would replace it
-***** TODO [#D] Consider improving waybar netspeed click responsiveness
+***** CANCELLED [#D] Consider improving waybar netspeed click responsiveness
+CLOSED: [2026-01-26 Mon]
The network module has a 1-second sleep to measure throughput, causing occasional
missed clicks when toggling the scratchpad. Options if this becomes annoying:
1. Increase interval (fewer refreshes = fewer missed clicks, less frequent updates)
@@ -328,14 +330,17 @@ CLOSED: [2026-01-26 Mon]
Added clearcpuid=rdseed kernel parameter to suppress "RDSEED32 is broken" message.
Also added is_amd_zen5() detection and Hardware Workarounds section to archsetup.
-***** TODO [#B] Prune desktop files from application menu
-Hide unwanted .desktop entries from fuzzel/app launcher. Some installed apps clutter the menu unnecessarily.
+***** DONE [#B] Prune desktop files from application menu
+CLOSED: [2026-01-26 Mon]
+Hide unwanted .desktop entries from fuzzel/app launcher. Created ~90 NoDisplay=true overrides
+in dotfiles/hyprland/.local/share/applications/.
-***** TODO [#B] Review scripts in dotfiles ~/.local/bin
+***** TODO [#B] Review scripts and configs in dotfiles
112 scripts across system and hyprland dotfiles. Many are from DWM/X11 era.
- Identify scripts still in use vs obsolete
- Migrate useful dmenu scripts to fuzzel for Wayland
- Remove or archive unused scripts
+- Remove config files for apps no longer installed
***** DONE [#C] Standardize font size and name across theme configs
CLOSED: [2026-01-26 Mon]