Hyprscrolling: no such layoutmsg
no such layoutmsg
```sh
❯ hyprctl dispatch layoutmsg movewindowto l
no such layoutmsg for scrolling
❯ hyprland --version
Hyprland 0.54.1 built from branch v0.54.1 at commit 4b07770b9ef1cceb2e6f56d33538aaffb9186b9c clean ([gha] Nix: update inputs).
Date: Tue Mar 3 21:06:41 2026
Tag: v0.54.1, commits: 6979
Libraries:
Hyprgraphics: built against 0.5.0, system has 0.5.0
Hyprutils: built against 0.11.0, system has 0.11.0
Hyprcursor: built against 0.1.13, system has 0.1.13
Hyprlang: built against 0.6.8, system has 0.6.8
Aquamarine: built against 0.10.0, system has 0.10.0
Version ABI string: 4b07770b9ef1cceb2e6f56d33538aaffb9186b9c_aq_0.10_hu_0.11_hg_0.5_hc_0.1_hlg_0.6
no flags were set
```
```conf
general {
gaps_in = 5
gaps_out = 8
border_size = 2
# https://wiki.hypr.land/Configuring/Variables/#variable-types for info about colors
col.active_border = $rosewater
col.inactive_border = $surface0
# Set to true enable resizing windows by clicking and dragging on borders and gaps
resize_on_border = false
# Please see https://wiki.hypr.land/Configuring/Tearing/ before you turn this on
allow_tearing = false
layout = scrolling
}
plugin {
# https://github.com/hyprwm/hyprland-plugins/tree/main/hyprscrolling
hyprscrolling {
column_width = 0.8
fullscreen_on_one_column = true
focus_fit_method = 0
follow_focus = true
}
}
```
关闭于 2026-03-08 3 条评论