aboutsummaryrefslogtreecommitdiff
path: root/todo.org
Commit message (Collapse)AuthorAgeFilesLines
* refactor(scripts): reorganize scripts by desktop environmentCraig Jennings2026-01-261-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* chore: update config files and todoCraig Jennings2026-01-261-6/+5
| | | | Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* docs(todo): mark exit menu done, add laptop test taskCraig Jennings2026-01-261-4/+31
| | | | Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* feat(themes): standardize fonts and add hy3 tab bar themingCraig Jennings2026-01-261-0/+30
| | | | | | | | - Standardize font to BerkeleyMono Nerd Font size 13pt across configs - Add unit comments (points vs pixels) to font settings - Add hy3 tab bar colors to set-theme for dupre and hudson themes - Add GTK file chooser sort-directories-first to archsetup - Update todo.org with completed tasks and new test task
* docs(todo): mark completed Hyprland and theming tasks doneCraig Jennings2026-01-251-4/+8
| | | | | | | - Fix Hyprland Configuration Issues: all critical issues resolved - Modularize theming: complete theme system with dupre/hudson Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* feat(hyprland): add theme switching between dupre and hudsonCraig Jennings2026-01-251-2/+55
| | | | | | | | | | | | | | | | | | | Add two complete themes: - dupre: warm earthy colors from Emacs dupre-theme.el - hudson: Tomorrow Night + Goldenrod accent (original) Theme files cover: foot, fuzzel, waybar, dunst, hyprland borders. Add set-theme script with: - set-theme <name>: apply a theme - set-theme --toggle: switch between themes - set-theme --pick: fuzzel picker Keybindings: - $mod Y: toggle theme - $mod Shift Y: pick theme with fuzzel Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* feat(hyprland): add plugins and simplify layoutsCraig Jennings2026-01-251-177/+270
| | | | | | | | | | | | | | | | | | | | | | | | | | | Plugins installed via hyprpm: - hy3: i3-style manual tiling with tab groups (monocle) - hyprscrolling: PaperWM-style horizontal scrolling - xtra-dispatchers: throwunfocused, bringallfrom, closeunfocused Layout system simplified to 4 modes: - Master (tile) - default DWM-style - Tab group (monocle) - via hy3 plugin - Scrolling - horizontal columns - Floating New scripts: - layout-navigate: layout-aware j/k navigation - Updated cycle-layout: cycles through 4 layouts - Updated waybar-layout: icons for new layouts Other changes: - Add hyprpm reload to startup - Add cpio and fc-cache to archsetup - Remove SSH fuzzel picker (conflicted with scrolling keybind) - Add slidevert animation for scratchpads - Update todo.org with plugin evaluation notes Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* docs(todo): mark Hyprland issues done, add theming taskCraig Jennings2026-01-251-6/+17
| | | | | - Mark fixed: scratchpads, wallpaper, foot -T, pulsemixer sizing, waybar clock - Add task for modularizing theming across apps
* docs(todo): add nerd font patching and archsetup test tasksCraig Jennings2026-01-251-0/+20
| | | | | | Add task for patching Berkeley Mono with nerd-fonts patcher. Add task for testing archsetup username/password prompts. Add idea for show desktop toggle via empty special workspace.
* docs(todo): add favorite reference repos and waybar volume issueCraig Jennings2026-01-251-0/+22
| | | | | | | | | | | Add favorite Hyprland/Waybar reference repos section: - Hyprland-Rice (currently implemented) - hyprcraft (archived) - BlackNode (latest version of hyprcraft) Also add waybar wireplumber volume control issue to tracking. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* docs(todo): add pywal theming and waybar issuesCraig Jennings2026-01-251-0/+16
|
* docs(todo): add Hyprland config issues taskCraig Jennings2026-01-251-0/+20
| | | | Track outstanding issues: scratchpads, wofi dismiss, wallpaper
* fix(testing): remove obsolete --skip-slow-packages optionCraig Jennings2026-01-241-0/+966
This flag was removed from archsetup but remained in test scripts.