diff options
| author | Craig Jennings <c@cjennings.net> | 2026-04-10 10:05:18 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-04-10 10:05:18 -0500 |
| commit | 1591aca4ae509e7524bd99c9fe6f1e4b8c22023d (patch) | |
| tree | 0819fc35051679239e5583da3eec67bbbabb933a /dotfiles | |
| parent | 6b5f27325bd1ecd0a5a9485bc01b7aa8cfcf51e8 (diff) | |
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.
Diffstat (limited to 'dotfiles')
| -rw-r--r-- | dotfiles/hyprland/.config/hypr/conf.d/local.conf | 2 | ||||
| -rw-r--r-- | dotfiles/hyprland/.config/hypr/hyprland.conf | 1 |
2 files changed, 3 insertions, 0 deletions
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 |
