diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2024-08-09 23:24:03 +0100 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2024-08-09 23:24:03 +0100 |
| commit | 1be3e63215eba7e9f606156b1ea745944e1e278f (patch) | |
| tree | 6eb97aaa7967293afb9129a1203acbb3618ed5ad /hyprland/hyprland.conf | |
| parent | 8dafe3923ea3d473f5495134e2241d1d34f63273 (diff) | |
Sort hyprland config
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 |
