Skip to content

windowrulev2 deprecated in Hyprland 0.42+ #9

Description

@oameye

Bug

/usr/share/hype/sddm/hyprland.conf line 23 uses windowrulev2 which was deprecated in Hyprland 0.42+:

windowrulev2 = workspace emptym,fullscreen, stayfocused, decorate 0, noanim, noborder, nodim, norounding, noshadow, class:^(sddm-greeter)$

This produces a config error at runtime on current Hyprland versions.

Fix

Replace windowrulev2 with windowrule — the syntax is otherwise identical:

windowrule = workspace emptym,fullscreen, stayfocused, decorate 0, noanim, noborder, nodim, norounding, noshadow, class:^(sddm-greeter)$

See the Hyprland wiki on window rules for details.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdocumentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions