diff options
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 |
