diff options
Diffstat (limited to 'hyprland/hyprland.conf')
| -rw-r--r-- | hyprland/hyprland.conf | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/hyprland/hyprland.conf b/hyprland/hyprland.conf index 630cc3a..a7f99c3 100644 --- a/hyprland/hyprland.conf +++ b/hyprland/hyprland.conf @@ -1,6 +1,16 @@ -source = ~/.config/hypr/input.conf -source = ~/.config/hypr/monitors.conf -source = ~/.config/hypr/binds.conf -source = ~/.config/hypr/rules.conf -source = ~/.config/hypr/settings.conf -source = ~/.config/hypr/startup.conf +# 00 Vars +source = 00-theme-vars.conf +source = 01-system-vars.conf + +# 10 Exec +source = 10-startup.conf +source = 11-environment.conf + +# 20 Hyprland configuration +source = 20-binds.conf +source = 21-rules.conf +source = 22-theme.conf + +# Other stuff +source = input.conf +source = monitors.conf |
