mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2025-12-28 23:50:05 +01:00
Configuring/Keywords: sourcing supports globbing (#1223)
This commit is contained in:
parent
963e50b175
commit
9cd2cf9e92
1 changed files with 2 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue