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 | 1ffba69f1ae6bc868ebdfade4c433eaf970ba32f (patch) | |
| tree | 3ed77cb6576151d3e2993187cc96b4a15aaa6252 /roles/hyprland | |
| parent | de269fb0309d54546c968f6256b5d3f6a12bfbcc (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 |
