Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

modules/niri: fix mkTagged for multiple key values#119

Open
iynaix wants to merge 1 commit intoLassulus:main from
iynaix:niri-fix-mkTagged
Open

modules/niri: fix mkTagged for multiple key values #119
iynaix wants to merge 1 commit intoLassulus:main from
iynaix:niri-fix-mkTagged

Conversation

@iynaix
Copy link
Contributor

@iynaix iynaix commented Feb 14, 2026

mkTagged doesn't currently handle matches / excludes with multiple keys or values correctly.

Given

window-rules = [
 {
 matches = [
 {
 app-id = ".*";
 at-startup = true;
 }
 {
 title = "kitty";
 }
 ];
 open-focused = false;
 }
];

It currently generates

window-rule {
 match app-id=".*"
 match at-startup=true
 match title="kitty"
 open-focused false
}

instead of

window-rule {
 match app-id=".*" at-startup=true
 match title="kitty"
 open-focused false
}

@zimward

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

AltStyle によって変換されたページ (->オリジナル) /