Skip to content

Fix Hyprland windowrule syntax for 0.53+ #354

Description

@calyrexx

Problem

The Hyprland windowrule examples in the README are invalid for Hyprland 0.53+,
which overhauled the windowrule syntax. The current docs produce these errors:

Image

Current (broken) syntax in README

windowrule = match:class clipse, float true
windowrule = match:class clipse, size 622 652

Correct syntax for Hyprland 0.53+

windowrule = float on, match:class clipse
windowrule = size 622 652, match:class clipse

The key changes:

  • Effect comes before match:, not after
  • float requires an explicit value: float on instead of float true

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions