From 137dfe4f25c90db4230fc19b4af2ce36b63700a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Tue, 2 Apr 2024 16:48:39 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20perf(hypr):=20order=20of=20loadi?= =?UTF-8?q?ng=20conf=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/hypr/hyprland.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 298485b5..cab23ef4 100755 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -1,18 +1,18 @@ # Configs source = ~/.config/hypr/configs/env.conf -source = ~/.config/hypr/configs/binds.conf source = ~/.config/hypr/configs/monitors.conf source = ~/.config/hypr/configs/workspaces.conf +source = ~/.config/hypr/configs/binds.conf source = ~/.config/hypr/configs/input.conf source = ~/.config/hypr/configs/misc.conf +# Theme (Add the theme you want) +source = ~/.config/hypr/themes/luna/luna.conf + # Autostart exec-once = $HOME/.config/hypr/scripts/autostart/services exec-once = $HOME/.config/hypr/scripts/autostart/apps -# Theme (Add the theme you want) -source = ~/.config/hypr/themes/luna/luna.conf - # Plugins exec-once = hyprpm reload -n