diff options
| author | brockar <martinnguzman.mg@gmail.com> | 2025-11-12 22:53:59 -0300 |
|---|---|---|
| committer | brockar <martinnguzman.mg@gmail.com> | 2025-11-12 22:53:59 -0300 |
| commit | e90d57835b9596c83dec0e468e666af4c209a63a (patch) | |
| tree | e3018f58a1065d150bf03e67139a000bfe783467 | |
| parent | 0cda1d47c8ff9344ea62bc3741911b3da9367f86 (diff) | |
fix: add UserConfigs/Startup_App.conf to hyprland.conf and clean a bit
| -rw-r--r-- | config/hypr/hyprland.conf | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index 8eb91df7..a85c235f 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -9,35 +9,27 @@ exec-once = $HOME/.config/hypr/initial-boot.sh # Sourcing external config files $configs = $HOME/.config/hypr/configs # Default Configs directory path - -source=$configs/Keybinds.conf # Pre-configured keybinds - # ## This is where you want to start tinkering $UserConfigs = $HOME/.config/hypr/UserConfigs # User Configs directory path +source=$configs/Keybinds.conf # Pre-configured keybinds + # Load vendor defaults, then user additions/overrides source= $configs/Startup_Apps.conf +source= $UserConfigs/Startup_Apps.conf source= $UserConfigs/ENVariables.conf # Environment variables to load -#source= $UserConfigs/Monitors.conf # Its all about your monitor config (old dots) will remove on push to main -#source= $UserConfigs/WorkspaceRules.conf # Hyprland workspaces (old dots) will remove on push to main - source= $UserConfigs/Laptops.conf # For laptop related - source= $UserConfigs/LaptopDisplay.conf # Laptop display related. You need to read the comment on this file # Load vendor defaults, then user additions source= $configs/WindowRules.conf # all about Hyprland Window Rules and Layer Rules (defaults) source= $UserConfigs/UserDecorations.conf # Decorations config file - source= $UserConfigs/UserAnimations.conf # Animation config file - source= $UserConfigs/UserKeybinds.conf # Put your own keybinds here - source= $UserConfigs/UserSettings.conf # Main Hyprland Settings. - source= $UserConfigs/01-UserDefaults.conf # settings for User defaults apps # nwg-displays |
