diff options
author | zachir <zachir@librem.one> | 2025-07-26 19:29:04 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-26 19:29:04 -0500 |
commit | c524ef216217a9e49af46ffd4a4933b533b85a1f (patch) | |
tree | 90fa4dcdaf39cf67c8dc67f93c1cbbba77447c95 | |
parent | 003ec2c9a33b9adb850525740a481092ed3434a1 (diff) |
Move hyprscrolling options to plugin options
-rw-r--r-- | hypr/hyprland.conf | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index a8b0bed..d820a44 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -175,16 +175,6 @@ master { } #}}} -#{{{ Hyprscrolling layout options -plugin:hyprscrolling { - fullscreen_on_one_column = true - column_width = 0.5 - explicit_column_widths = 0.333, 0.5, 0.667, 1.0 - focus_fit_method = 1 - follow_focus = true -} -#}}} - #{{{ Gestures options gestures { # See https://wiki.hyprland.org/Configuring/Variables/ for more @@ -198,6 +188,14 @@ plugin { num_workspaces = 9 persistent_workspaces = true } + + hyprscrolling { + fullscreen_on_one_column = true + column_width = 0.5 + explicit_column_widths = 0.333, 0.5, 0.667, 1.0 + focus_fit_method = 1 + follow_focus = true + } } #}}} |