Skip to content

HyprScrolling ignore rules of size, min_size and max_size #575

@alexjp

Description

@alexjp

Hi!

Using Hyprland git version (local/hyprland-git 0.52.2.r153.gf88deb9-1.2, meaning f88deb9 rev), I can set this test rule on dwindle layout:

windowrule {
    name = rule-test
    match:class = kitty
    float = off
    move = 10 60
    size = 3420 1380
    min_size = 3420 1380
    max_size = 3420 1380
}

This shows the window occupying the whole monitor, as test. When switching layout to scrolling, the rule is completely ignored.

Could the rule not be ignored, to allow to specify sizes of windows on scrolling layout (more serious example/usecase, would be for chat apps to be smaller, and in my case, I need 2 specific windows to be full size like the test example).

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions