Skip to content

Commit b213763

Browse files
committed
niri: floating spotify floating
1 parent 852f8f5 commit b213763

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

home-manager/programs/niri/default.nix

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,18 @@ in
200200
y = 10;
201201
};
202202
}
203+
{
204+
matches = [
205+
{
206+
app-id = "chromium-browser";
207+
}
208+
];
209+
210+
open-floating = true;
211+
212+
default-column-width.fixed = 300;
213+
default-window-height.fixed = 300;
214+
}
203215
];
204216

205217
layer-rules = [

0 commit comments

Comments
 (0)