From eecc1201d85e2464e34a721e014c89a000596d9c Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Mon, 12 Jan 2026 11:30:20 +0100 Subject: [PATCH] hyprland: also load custom env vars before default config allows making shell scale update-friendly --- dots/.config/hypr/hyprland.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dots/.config/hypr/hyprland.conf b/dots/.config/hypr/hyprland.conf index e40c6c14a..632d3700c 100644 --- a/dots/.config/hypr/hyprland.conf +++ b/dots/.config/hypr/hyprland.conf @@ -5,8 +5,11 @@ $qsConfig = ii exec = hyprctl dispatch submap global # DO NOT REMOVE THIS OR YOU WON'T BE ABLE TO USE ANY KEYBIND submap = global # This is required for catchall to work -# Defaults +# Environment variables source=hyprland/env.conf +source=custom/env.conf + +# Defaults source=hyprland/execs.conf source=hyprland/general.conf source=hyprland/rules.conf @@ -14,7 +17,6 @@ source=hyprland/colors.conf source=hyprland/keybinds.conf # Custom -source=custom/env.conf source=custom/execs.conf source=custom/general.conf source=custom/rules.conf