diff options
| -rw-r--r-- | host_vars/archlinux.local.yml | bin | 714 -> 740 bytes | |||
| -rw-r--r-- | 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 Binary files differindex 6f2829a5..0d7d2597 100644 --- a/host_vars/archlinux.local.yml +++ b/host_vars/archlinux.local.yml 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 |
