Working on the proper config
This commit is contained in:
@@ -21,25 +21,23 @@ general {
|
|||||||
# --------------------------------------------------
|
# --------------------------------------------------
|
||||||
# Scrolling layout configuration (documented on the Hyprland wiki)
|
# 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:
|
plugin {
|
||||||
# 0/1/etc depends on your preference; keep what you had.
|
hyprscrolling {
|
||||||
focus_fit_method = 1
|
column_width = 0.5
|
||||||
|
fullscreen_on_one_column = true
|
||||||
|
|
||||||
# Follow focus and keep a minimum visible part of adjacent columns
|
# 0 = center, 1 = fit (per docs/snippets)
|
||||||
follow_focus = true
|
focus_fit_method = 1
|
||||||
follow_min_visible = 0.4
|
|
||||||
|
|
||||||
# Optional: widths you can cycle through via `layoutmsg colresize +conf`
|
follow_focus = true
|
||||||
# (Uncomment if you want this feature)
|
follow_min_visible = 0.4
|
||||||
# explicit_column_widths = 0.333, 0.5, 0.667, 1.0
|
|
||||||
|
|
||||||
# Direction of scrolling / layout
|
# optional
|
||||||
direction = right
|
# explicit_column_widths = 0.333, 0.5, 0.667, 1.0
|
||||||
|
|
||||||
|
direction = right
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# --------------------------------------------------
|
# --------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user