diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-01-24 20:06:57 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-01-24 20:06:57 +0100 |
| commit | 2750789cd67985d049d40ce2fbd89864e95d50d3 (patch) | |
| tree | 3ed77cb6576151d3e2993187cc96b4a15aaa6252 /roles/hyprland | |
| parent | d1fa33c211094a1875bd8d17566aeccd84434e82 (diff) | |
Fix hypr_monitor naming to follow the naming convention
Diffstat (limited to 'roles/hyprland')
| -rw-r--r-- | roles/hyprland/templates/hyprland/monitors.conf.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
