From f45387456b4d1f594e2d623366248ece64f50b25 Mon Sep 17 00:00:00 2001 From: Thierry Pouplier Date: Sun, 14 Jun 2026 19:41:57 -0400 Subject: [PATCH] rename host/ to hosts/ (per PR #16 convention) --- hypr/.config/hypr/{host => hosts}/laptop.conf | 0 hypr/.config/hypr/{host => hosts}/uconsole.conf | 0 hypr/.config/hypr/hyprland.conf | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename hypr/.config/hypr/{host => hosts}/laptop.conf (100%) rename hypr/.config/hypr/{host => hosts}/uconsole.conf (100%) diff --git a/hypr/.config/hypr/host/laptop.conf b/hypr/.config/hypr/hosts/laptop.conf similarity index 100% rename from hypr/.config/hypr/host/laptop.conf rename to hypr/.config/hypr/hosts/laptop.conf diff --git a/hypr/.config/hypr/host/uconsole.conf b/hypr/.config/hypr/hosts/uconsole.conf similarity index 100% rename from hypr/.config/hypr/host/uconsole.conf rename to hypr/.config/hypr/hosts/uconsole.conf diff --git a/hypr/.config/hypr/hyprland.conf b/hypr/.config/hypr/hyprland.conf index 47d01bc..c4646cb 100755 --- a/hypr/.config/hypr/hyprland.conf +++ b/hypr/.config/hypr/hyprland.conf @@ -3,7 +3,7 @@ source = mocha.conf source = ~/.cache/wal/colors-hyprland.conf -source = host/monitors.conf +source = hosts/monitors.conf ################### ### MY PROGRAMS ###