From 8eef1819d5c509eab56b482e9c3b093910a3bf74 Mon Sep 17 00:00:00 2001 From: Don Williams Date: Tue, 28 Oct 2025 19:23:29 -0400 Subject: The variable for UserConfig dir was hard coded Should be varible $USerConfig On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: hyprland.conf --- config/hypr/hyprland.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'config') diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index 27003ac9..fa8435dc 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -15,9 +15,7 @@ source=$configs/Keybinds.conf # Pre-configured keybinds # ## This is where you want to start tinkering $UserConfigs = $HOME/.config/hypr/UserConfigs # User Configs directory path -# Generated merges (vendor + user overlay with dedupe/disable) -source= $HOME/.config/hypr/UserConfigs/Startup_Apps.conf -source= $HOME/.config/hypr/UserConfigs/WindowRules.conf +source= $UserConfigs/Startup_Apps.conf source= $UserConfigs/ENVariables.conf # Environment variables to load -- cgit v1.2.3