Default to visible third column in scrolling mode but suggest how to make it one

This commit is contained in:
David Heinemeier Hansson
2026-05-05 18:59:40 +02:00
parent 4ac9c99a8e
commit 581719c64f
2 changed files with 10 additions and 0 deletions
+6
View File
@@ -32,3 +32,9 @@ layout {
# Avoid overly wide single-window layouts on wide screens
# single_window_aspect_ratio = 1 1
}
# https://wiki.hypr.land/Configuring/Layouts/Scrolling-Layout/
scrolling {
# See only one column per screen instead of two
# column_width = 0.97
}