diff options
| author | Don Williams <don.e.williams@gmail.com> | 2025-10-28 19:23:29 -0400 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2025-10-28 19:23:29 -0400 |
| commit | 8eef1819d5c509eab56b482e9c3b093910a3bf74 (patch) | |
| tree | acb9c5abb27b46d30838a2c8c5ccc34843aee616 /config | |
| parent | 396bf3fa59ded1c41c9484ec8696db856b046b2f (diff) | |
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
Diffstat (limited to 'config')
| -rw-r--r-- | config/hypr/hyprland.conf | 4 |
1 files changed, 1 insertions, 3 deletions
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 |
