diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index c63d237..3e30704 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -1,7 +1,7 @@ # Learn how to configure Hyprland: https://wiki.hyprland.org/Configuring/ # Change your personal monitor setup in here to keep the main config portable -source = ~/.config/hypr/hyprland-monitors.conf +source = ~/.config/hypr/monitors.conf # Default applications $terminal = alacritty diff --git a/config/hypr/hyprland-monitors.conf b/config/hypr/monitors.conf similarity index 100% rename from config/hypr/hyprland-monitors.conf rename to config/hypr/monitors.conf