diff --git a/content/Configuring/Keywords.md b/content/Configuring/Keywords.md index dd42a5b7..b73d72b7 100644 --- a/content/Configuring/Keywords.md +++ b/content/Configuring/Keywords.md @@ -44,12 +44,13 @@ You can execute a shell script on: ## Sourcing (multi-file) -Use the `source` keyword to source another file. +Use the `source` keyword to source another file. Globbing is supported For example, in your `hyprland.conf` you can: ```ini source = ~/.config/hypr/myColors.conf +source = ~/.config/hypr/custom/* ``` And Hyprland will enter that file and parse it like a Hyprland config.