1

Modules/Niri: Configure default floating window sizes for eyedropper + junction

This commit is contained in:
2026-04-17 12:46:00 +02:00
parent c204312423
commit 166c35caec

View File

@ -583,9 +583,35 @@ in {
# Floating + unmaximized windows # Floating + unmaximized windows
{ {
matches = [{app-id = "com.github.finefindus.eyedropper";}]; matches = [
open-floating = true; {app-id = "com.github.finefindus.eyedropper";}
{app-id = "re.sonny.Junction";}
];
open-maximized = false; open-maximized = false;
open-floating = true;
# default-floating-position = {
# x = 0;
# y = 0;
# relative-to = "center";
# };
}
# Specific floating windows
{
matches = [
{app-id = "re.sonny.Junction";}
];
default-column-width.fixed = 500;
default-window-height.fixed = 250;
}
{
matches = [
{app-id = "com.github.finefindus.eyedropper";}
];
default-column-width.fixed = 250;
default-window-height.fixed = 500;
} }
# Rules for specific windows # Rules for specific windows