diff options
Diffstat (limited to 'roles/hyprland/templates/hypr/monitors.conf.j2')
| -rw-r--r-- | roles/hyprland/templates/hypr/monitors.conf.j2 | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/roles/hyprland/templates/hypr/monitors.conf.j2 b/roles/hyprland/templates/hypr/monitors.conf.j2 index 266cb0af..bfd5da29 100644 --- a/roles/hyprland/templates/hypr/monitors.conf.j2 +++ b/roles/hyprland/templates/hypr/monitors.conf.j2 @@ -1,20 +1,3 @@ # vim: set filetype=hyprlang.ansible : -# Configure Hyprland Monitors -# See https://wiki.hypr.land/Configuring/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 -# monitor=,preferred,auto,auto - -# Good compromise for 27" or 32" 4K monitors (but fractional!) -# env = GDK_SCALE,1.75 -# monitor=,preferred,auto,1.6 - -# Straight 1x setup for low-resolution displays like 1080p or 1440p -env = GDK_SCALE,1 monitor=,preferred,auto,1 -{% endif %} |
