diff options
author | zachir <zachir@librem.one> | 2025-09-04 20:54:04 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-09-04 20:54:04 -0500 |
commit | 58ae1f95703534b1f0d51cabbea62fdee25ccaa2 (patch) | |
tree | 483a4cb5634177e95f99119b402261fb1744c3f2 /hypr | |
parent | c871797ece21cf76e2ab0d781e6e631f75743720 (diff) | |
parent | b3bdb5d927c9a048ea350750e337b3c92a9f7b24 (diff) |
Merge branch 'master' into clacla
Diffstat (limited to 'hypr')
-rw-r--r-- | hypr/hyprland.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 54f89fb..e51704d 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -201,7 +201,7 @@ plugin { hyprscrolling { fullscreen_on_one_column = true column_width = 0.5 - explicit_column_widths = 0.333, 0.5, 0.667, 1.0 + explicit_column_widths = 0.25, 0.333, 0.5, 0.667, 0.75, 1.0 focus_fit_method = 1 follow_focus = true } |