From d873563499d8e47697929113cff77958d69b553d Mon Sep 17 00:00:00 2001 From: ZachIR Date: Sat, 7 Mar 2026 08:18:38 -0600 Subject: Capitalize Scrolling in hypr conf --- hypr/hyprland.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hypr') diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index f774e16..2713f57 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -187,7 +187,7 @@ master { } #}}} -#{{{ scrolling layout options +#{{{ Scrolling layout options scrolling { fullscreen_on_one_column = true column_width = 0.5 -- cgit v1.2.3 From 2418ffd3d74dde0de4487c310acc6f111f0fbe4c Mon Sep 17 00:00:00 2001 From: ZachIR Date: Sat, 7 Mar 2026 08:19:26 -0600 Subject: hypr: Do not fullscreen on one window --- hypr/hyprland.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hypr') diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 2713f57..b6a08ce 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -189,7 +189,7 @@ master { #{{{ Scrolling layout options scrolling { - fullscreen_on_one_column = true + fullscreen_on_one_column = false column_width = 0.5 focus_fit_method = 1 follow_focus = true -- cgit v1.2.3