Configuring/Keywords: sourcing supports globbing (#1223)

This commit is contained in:
Deval 2025-09-12 13:57:40 +02:00 committed by GitHub
parent 963e50b175
commit 9cd2cf9e92
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.