feat: add per-host hyprland config directory #16
Reference in New Issue
Block a user
No description provided.
Delete Branch "feat/per-host-config"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds the infrastructure for per-machine Hyprland overrides.
What's included:
hypr/.config/hypr/hosts/— new directory for per-host config fileslazyworkhorse.conf— placeholder (main config already covers this machine)uconsole-cm5.conf— uConsole overrides (DSI-1 monitor, mesa drivers, no nvidia)source = ~/.config/hypr/hosts/$HOST.confline added at the end ofhyprland.confHow it works:
hyprland.confloads common settings first~/.config/hypr/hosts/$HOST.conf(where$HOSTis the machine's hostname)Usage:
<hostname>.confinhosts/for each machinestale
Pull request closed