From 25df782e2f54ad3a4b0cfb9d3b61f05717ec7d4e Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 26 Sep 2025 18:52:27 +0200 Subject: [PATCH] Suggest how to have a smaller-than-max-width single window aspect ratio --- config/hypr/looknfeel.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/hypr/looknfeel.conf b/config/hypr/looknfeel.conf index 1816d776..39022b89 100644 --- a/config/hypr/looknfeel.conf +++ b/config/hypr/looknfeel.conf @@ -15,3 +15,9 @@ decoration { # Use round window corners # rounding = 8 } + +# https://wiki.hypr.land/Configuring/Dwindle-Layout/ +dwindle { + # Avoid overly wide single-window layouts on wide screens + # single_window_aspect_ratio = 1 1 +}