From 1be3e63215eba7e9f606156b1ea745944e1e278f Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Fri, 9 Aug 2024 23:24:03 +0100 Subject: Sort hyprland config --- hyprland/hyprland.conf | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) (limited to 'hyprland/hyprland.conf') 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 -- cgit v1.2.3-70-g09d2