nixos: gen 208 @ nix-pad — 2026-08-02 12:14

26.05.20260724.597283a (Yarara)
This commit is contained in:
2026-08-02 12:16:05 -06:00
parent dd02e8220d
commit edb522161e
5 changed files with 19 additions and 23 deletions
+16
View File
@@ -95,6 +95,22 @@ in
draw-border-with-background = true;
clip-to-geometry = true;
}
{
matches = [
{
app-id = "google-chrome";
title = "^Picture-in-Picture$";
}
];
open-floating = true;
default-column-width = { fixed = 480; };
default-window-height = { fixed = 270; };
default-floating-position = {
x = 32;
y = 32;
relative-to = "bottom-left";
};
}
];
# Vim Keybindings & Built-in Features