aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDon Williams <don.e.williams@gmail.com>2025-10-28 19:17:33 -0400
committerDon Williams <don.e.williams@gmail.com>2025-10-28 19:17:33 -0400
commit396bf3fa59ded1c41c9484ec8696db856b046b2f (patch)
tree14bdb1ea860e12732610a2e591d7ca8eee3a5154
parent758b466c5f2030188d46511b20ad39c6d8b46a0d (diff)
Fixed path issue on Startup and Window Rules
On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: hyprland.conf
-rw-r--r--config/hypr/hyprland.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf
index cd9fed2d..27003ac9 100644
--- a/config/hypr/hyprland.conf
+++ b/config/hypr/hyprland.conf
@@ -16,8 +16,8 @@ source=$configs/Keybinds.conf # Pre-configured keybinds
$UserConfigs = $HOME/.config/hypr/UserConfigs # User Configs directory path
# Generated merges (vendor + user overlay with dedupe/disable)
-source= $HOME/.config/hypr/generated/Startup_Apps.conf
-source= $HOME/.config/hypr/generated/WindowRules.conf
+source= $HOME/.config/hypr/UserConfigs/Startup_Apps.conf
+source= $HOME/.config/hypr/UserConfigs/WindowRules.conf
source= $UserConfigs/ENVariables.conf # Environment variables to load
@@ -42,4 +42,4 @@ source= $UserConfigs/01-UserDefaults.conf # settings for User defaults apps
# nwg-displays
source= $HOME/.config/hypr/monitors.conf
-source= $HOME/.config/hypr/workspaces.conf \ No newline at end of file
+source= $HOME/.config/hypr/workspaces.conf
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage