diff --git a/hypr/.config/hypr/hosts/laptop.conf b/hypr/.config/hypr/host/laptop.conf similarity index 100% rename from hypr/.config/hypr/hosts/laptop.conf rename to hypr/.config/hypr/host/laptop.conf diff --git a/hypr/.config/hypr/hosts/uconsole.conf b/hypr/.config/hypr/host/uconsole.conf similarity index 100% rename from hypr/.config/hypr/hosts/uconsole.conf rename to hypr/.config/hypr/host/uconsole.conf diff --git a/hypr/.config/hypr/hyprland.conf b/hypr/.config/hypr/hyprland.conf index bef64b2..14aae5c 100755 --- a/hypr/.config/hypr/hyprland.conf +++ b/hypr/.config/hypr/hyprland.conf @@ -2,9 +2,9 @@ # Host-specific settings (monitors, env, workspaces) in host/monitors.conf source = mocha.conf -source = ~/.cache/wal/colors-hyprland.conf -source = hosts/monitors.conf -source = hosts/uconsole.conf +# source = ~/.cache/wal/colors-hyprland.conf (disabled — no pywal on uConsole) +source = host/monitors.conf +source = host/uconsole.conf ################### ### MY PROGRAMS ###