Skip to content

Emtpy regex identifier (//) matches everything #329

@alterNERDtive

Description

@alterNERDtive

The Minecraft client doesn’t set an app_id, it’s empty. So I’ve been using this:

[class = // title = /^Minecraft .+/] # Minecraft

This should (correct me if I’m wrong 😬) match an empty app_id (for Wayland) or class (for X11). Instead it matches any app_id/class. Especially notorious with browser windows.

As a workaround I’m using class != /.+/ for now, but I believe the above behaviour to be unintended.

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