From 1591aca4ae509e7524bd99c9fe6f1e4b8c22023d Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Fri, 10 Apr 2026 10:05:18 -0500 Subject: fix: archsetup package fixes, hyprland conf.d, dconf settings Enable multilib repo for lib32/Steam packages. Move adwaita-qt5/qt6 to AUR, rename webkit2gtk to webkit2gtk-4.1, remove broken touchpad-indicator-git, replace tidal-dl-ng with tidaler fork, fix pocketbook URL. Add dconf GNOME interface settings to prevent 50s portal-gtk timeout. Add hyprland conf.d source pattern for machine-local overrides. --- dotfiles/hyprland/.config/hypr/conf.d/local.conf | 2 ++ dotfiles/hyprland/.config/hypr/hyprland.conf | 1 + 2 files changed, 3 insertions(+) create mode 100644 dotfiles/hyprland/.config/hypr/conf.d/local.conf (limited to 'dotfiles/hyprland/.config') diff --git a/dotfiles/hyprland/.config/hypr/conf.d/local.conf b/dotfiles/hyprland/.config/hypr/conf.d/local.conf new file mode 100644 index 0000000..2034314 --- /dev/null +++ b/dotfiles/hyprland/.config/hypr/conf.d/local.conf @@ -0,0 +1,2 @@ +# Machine-local Hyprland overrides +# Add monitor scaling, keybinds, or other machine-specific settings here. diff --git a/dotfiles/hyprland/.config/hypr/hyprland.conf b/dotfiles/hyprland/.config/hypr/hyprland.conf index 7249a5b..0e6f1a7 100644 --- a/dotfiles/hyprland/.config/hypr/hyprland.conf +++ b/dotfiles/hyprland/.config/hypr/hyprland.conf @@ -6,6 +6,7 @@ # Monitor Configuration # ============================================================================ monitor=,preferred,auto,auto +source = $HOME/.config/hypr/conf.d/*.conf # ============================================================================ # Startup Applications -- cgit v1.2.3