Working on the proper config

This commit is contained in:
2026-02-25 20:34:59 +01:00
parent ba7797472e
commit ecdbf4974a
@@ -21,25 +21,23 @@ general {
# --------------------------------------------------
# Scrolling layout configuration (documented on the Hyprland wiki)
# --------------------------------------------------
scrolling {
# Main behavior
column_width = 0.5
fullscreen_on_one_column = true
# How the focused window is "fit" into view:
# 0/1/etc depends on your preference; keep what you had.
focus_fit_method = 1
plugin {
hyprscrolling {
column_width = 0.5
fullscreen_on_one_column = true
# Follow focus and keep a minimum visible part of adjacent columns
follow_focus = true
follow_min_visible = 0.4
# 0 = center, 1 = fit (per docs/snippets)
focus_fit_method = 1
# Optional: widths you can cycle through via `layoutmsg colresize +conf`
# (Uncomment if you want this feature)
# explicit_column_widths = 0.333, 0.5, 0.667, 1.0
follow_focus = true
follow_min_visible = 0.4
# Direction of scrolling / layout
direction = right
# optional
# explicit_column_widths = 0.333, 0.5, 0.667, 1.0
direction = right
}
}
# --------------------------------------------------