Dotfiles/setup
Amir Alexander Abdelbaki 7fd0e37061 refactor(hyprlua): move hypr-usr/ into hypr/usr/ and wire sysupdate sync
Device-specific Lua configs (monitors, binds, input, etc.) previously lived
in a top-level hypr-usr/ sibling to hypr/. They now live inside hypr/usr/
so all hypr-related configs sit under one directory tree.

- git mv hypr-usr/ → hypr/usr/
- hyprland.lua: require() calls updated to require("usr.*")
- input.lua: require("input-device-exceptions") → require("usr.input-device-exceptions")
- hyprpaper.conf + monitorhandler.sh + wallpaper-picker: wallpaper.conf path
  updated from ~/.config/wallpaper.conf → ~/.config/hypr/usr/wallpaper.conf
- monitorhandler.sh: fix stale desktopenvs/hyprland/ → desktopenvs/hyprlua/
- binds.lua: edit-binds keybind path corrected to ~/.config/hypr/usr/binds.lua
- helpmenu.sh: update binds.lua source path
- updater.conf: SOURCE_BASE fixed (hyprland→hyprlua), config hypr except usr,
  remove flat hypr-usr entry
- update-configs.sh: add "except <subdirs>" support for the config type
- hyprlua.sh installer: remove now-redundant hypr-usr copy lines
- migrate-hyprland-to-hyprlua.sh: deploy from hypr/usr/ instead of hypr-usr/
- sysupdate.sh: add CONFIG SYNC section with _migrate_hypr_usr() which moves
  old flat-layout files into usr/ (case 1) or copies fresh from dotfiles when
  no local config exists (case 2); fallback copy preserves hypr/usr/

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-11 15:46:01 +02:00
..
Setup-shell-4-containers setup: housekeeping — rename, deprecate, fix refs 2026-05-11 15:02:25 +02:00
archiso feat(archiso): add PXE/netboot.xyz boot support 2026-06-02 14:45:28 +02:00
deprecated privacy: remove hardcoded username and AWS signed URL 2026-05-12 14:17:48 +02:00
modules refactor(hyprlua): move hypr-usr/ into hypr/usr/ and wire sysupdate sync 2026-06-11 15:46:01 +02:00
arch-autoinstall.sh fix(installer): replace nmtui with iwctl instructions in network check 2026-05-21 23:47:36 +02:00
archbaseos-guided-install.sh fix(installer): fix FIDO2 user login and AUR module failures 2026-05-22 04:06:49 +02:00
audit-packages.sh setup: fix pamtester/pinta/kew package source categorization 2026-05-11 19:45:33 +02:00
generate-answerfile.sh fix(installer): sync all setup scripts with recent DE and module additions 2026-06-02 14:04:53 +02:00
install-modules.sh fix(installer): sync all setup scripts with recent DE and module additions 2026-06-02 14:04:53 +02:00
install.sh feat(installer): add structured logging to all modules and installers 2026-05-22 01:44:31 +02:00
reset-arch.sh feat(archiso): add system reset mode to installer 2026-05-20 15:09:00 +02:00
simple-install.sh fix(installer): sync all setup scripts with recent DE and module additions 2026-06-02 14:04:53 +02:00
tui-install.sh feat(niri): add Niri as a full desktop environment option 2026-06-01 16:38:47 +02:00