diff options
Diffstat (limited to 'config/hypr/hyprland.conf')
| -rw-r--r-- | config/hypr/hyprland.conf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index 26701470..43ad22f3 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -26,8 +26,10 @@ source= $UserConfigs/Laptops.conf source= $UserConfigs/LaptopDisplay.conf # Load defaults, then user additions -source= $configs/WindowRules.conf # Window Rules and Layer Rules (defaults) -source= $UserConfigs/WindowRules.conf # Window Rules and Layer Rules (user) +source= $configs/WindowRules.conf # Window Rules (defaults) +source= $UserConfigs/WindowRules.conf # Window Rules (user) +source= $configs/LayerRules.conf # Layer Rules (defaults) +source= $UserConfigs/LayerRules.conf # Layer Rules (user) source= $configs/SystemSettings.conf # Default config for hypr |
