diff options
| -rw-r--r-- | dotfiles/hyprland/.config/hypr/hyprland.conf | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/dotfiles/hyprland/.config/hypr/hyprland.conf b/dotfiles/hyprland/.config/hypr/hyprland.conf index a585cb5..3e02029 100644 --- a/dotfiles/hyprland/.config/hypr/hyprland.conf +++ b/dotfiles/hyprland/.config/hypr/hyprland.conf @@ -6,7 +6,6 @@ # Monitor Configuration # ============================================================================ monitor=,preferred,auto,auto -source = $HOME/.config/hypr/conf.d/*.conf # ============================================================================ # Startup Applications @@ -325,3 +324,10 @@ bind = CTRL ALT $mod, K, exec, hyprctl kill bindm = $mod, mouse:272, movewindow bindm = $mod, mouse:273, resizewindow bindm = $mod SHIFT, mouse:272, resizewindow + +# ============================================================================ +# Machine-local overrides +# ============================================================================ +# Sourced last so machine-specific settings (monitor scale, gaps, keybinds) +# override the defaults above. See conf.d/local.conf. +source = $HOME/.config/hypr/conf.d/*.conf |
