From dfe7ea24b38457f4e1df922f4745f8bc4e85e702 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 10 Aug 2025 15:30:11 +0200 Subject: [PATCH] Flip order of includes around so user settings take precedence over Omarchy defaults Closes #588 --- config/hypr/hyprland.conf | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index e03c3005..4b64c02d 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -1,5 +1,12 @@ # Learn how to configure Hyprland: https://wiki.hyprland.org/Configuring/ +# Change your own setup in these files (and overwrite any settings from defaults!) +source = ~/.config/hypr/monitors.conf +source = ~/.config/hypr/input.conf +source = ~/.config/hypr/bindings.conf +source = ~/.config/hypr/envs.conf +source = ~/.config/hypr/autostart.conf + # Use defaults Omarchy defaults (but don't edit these directly!) source = ~/.local/share/omarchy/default/hypr/autostart.conf source = ~/.local/share/omarchy/default/hypr/bindings/media.conf @@ -10,10 +17,3 @@ source = ~/.local/share/omarchy/default/hypr/looknfeel.conf source = ~/.local/share/omarchy/default/hypr/input.conf source = ~/.local/share/omarchy/default/hypr/windows.conf source = ~/.config/omarchy/current/theme/hyprland.conf - -# Change your own setup in these files (and overwrite any settings from defaults!) -source = ~/.config/hypr/monitors.conf -source = ~/.config/hypr/input.conf -source = ~/.config/hypr/bindings.conf -source = ~/.config/hypr/envs.conf -source = ~/.config/hypr/autostart.conf