diff options
| author | brockar <martinnguzman.mg@gmail.com> | 2025-11-12 23:04:02 -0300 |
|---|---|---|
| committer | brockar <martinnguzman.mg@gmail.com> | 2025-11-12 23:04:02 -0300 |
| commit | 4693e56583f81e10de500ad701ba57175113e969 (patch) | |
| tree | b31dd86525442562e3c646b7848db7de83ac97bc | |
| parent | e90d57835b9596c83dec0e468e666af4c209a63a (diff) | |
fix: hyprland.conf user windowrules
| -rw-r--r-- | config/hypr/hyprland.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index a85c235f..f509a76d 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -25,6 +25,7 @@ source= $UserConfigs/LaptopDisplay.conf # Laptop display related. You need to re # Load vendor defaults, then user additions source= $configs/WindowRules.conf # all about Hyprland Window Rules and Layer Rules (defaults) +source= $UserConfigs/WindowRules.conf # Window Rules and Layer Rules user configs source= $UserConfigs/UserDecorations.conf # Decorations config file source= $UserConfigs/UserAnimations.conf # Animation config file |
