-
-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Support source
option for additional config files
#33
Comments
yeah this would be great, if only just so you can keep all your power related settings in one config file. There are ways around this but none are pretty. Alternatively at least for my scenario being able to execute with commandline args instead of a config file (like swayidle) would be neat. |
Throwing my hat in the ring for this feature. Adding my additional reasons from #90 (duplicate, closed).
# This file must contain a variable of $hostname.
# This is used to load the machine-specific confs at the end of this script.
# This file should not be synced with Syncthing.
source = ~/.config/hypr/hyprland.conf.d/hostname.conf
...
# Load all loose conf files
source = ~/.config/hypr/hyprland.conf.d/*.conf
# Load machine-specific conf files
source = ~/.config/hypr/hyprland.conf.d/$hostname/*.conf (I may look into submitting a PR myself if I get around to comparing the code from hyprland and hypridle) |
In
hyprland.conf
I source other config files so I can have some device-specific configurations while sharing most of my config between systems. I'd like to have different idle behavior on my laptop vs. my desktop, so it'd be great if that were an option for hypridle as well.source=~/.config/hypr/hosts/laptop/hypridle.conf
Thanks for all your work on hyprwm !
The text was updated successfully, but these errors were encountered: