Get Hyprscrolling working

Hello! I am having a helluva time getting hyprscrolling plugin to work. I feel like I’m just not getting the configs right. I have downloaded the plugin, loaded it, and added a section to my config that looks like this.

plugin {
    hyprscrolling {
        column_width = 0.7
        fullscreen_on_one_column = 1
    }
} 

After that I reloaded hyprpm and and reloaded hyprland. Still no changes. Can anyone help me with what I’m doing wrong here? I’d like to just mimick how niri wm can scroll horizontally.

You need to set general:layout to scrolling. I’ve added a note to the plugin readme about this :)

Dang can’t believe I missed that thank you!

1 Like