From 581719c64f26c7c3fb1cfb1b89ed8770284aa682 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 5 May 2026 18:59:39 +0200 Subject: [PATCH] Default to visible third column in scrolling mode but suggest how to make it one --- config/hypr/looknfeel.conf | 6 ++++++ default/hypr/looknfeel.conf | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/config/hypr/looknfeel.conf b/config/hypr/looknfeel.conf index f4a2c00c..ea30461d 100644 --- a/config/hypr/looknfeel.conf +++ b/config/hypr/looknfeel.conf @@ -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 +} diff --git a/default/hypr/looknfeel.conf b/default/hypr/looknfeel.conf index ab2567c9..2a7792eb 100644 --- a/default/hypr/looknfeel.conf +++ b/default/hypr/looknfeel.conf @@ -113,6 +113,10 @@ dwindle { force_split = 2 # Always split on the right } +scrolling { + column_width = 0.47 +} + # See https://wiki.hypr.land/Configuring/Layouts/Master-Layout/ for more master { new_status = master