From 2750789cd67985d049d40ce2fbd89864e95d50d3 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sat, 24 Jan 2026 20:06:57 +0100 Subject: Fix hypr_monitor naming to follow the naming convention --- host_vars/archlinux.local.yml | Bin 714 -> 740 bytes roles/hyprland/templates/hyprland/monitors.conf.j2 | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/host_vars/archlinux.local.yml b/host_vars/archlinux.local.yml index 6f2829a5..0d7d2597 100644 Binary files a/host_vars/archlinux.local.yml and b/host_vars/archlinux.local.yml differ diff --git a/roles/hyprland/templates/hyprland/monitors.conf.j2 b/roles/hyprland/templates/hyprland/monitors.conf.j2 index 9a2ab244..266cb0af 100644 --- a/roles/hyprland/templates/hyprland/monitors.conf.j2 +++ b/roles/hyprland/templates/hyprland/monitors.conf.j2 @@ -3,8 +3,8 @@ # Configure Hyprland Monitors # See https://wiki.hypr.land/Configuring/Monitors/ -{% if hypr_monitors is defined %} -{{ hypr_monitors }} +{% if hyprland_monitors is defined %} +{{ hyprland_monitors }} {% else %} # Optimized for retina-class 2x displays, like 13" 2.8K, 27" 5K, 32" 6K. # env = GDK_SCALE,2 -- cgit v1.2.3