Suggest how to have a smaller-than-max-width single window aspect ratio

This commit is contained in:
David Heinemeier Hansson
2025-09-26 18:52:27 +02:00
parent a74b426c9f
commit 25df782e2f

View File

@@ -15,3 +15,9 @@ decoration {
# Use round window corners # Use round window corners
# rounding = 8 # 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
}