update niri config

This commit is contained in:
Sean Kovacs 2026-01-19 12:35:29 -05:00
commit c241155b93
Signed by: sckova
GPG key ID: 00F325187C68651A

View file

@ -138,10 +138,10 @@
}
{
geometry-corner-radius = {
top-left = 16.0;
top-right = 16.0;
bottom-left = 16.0;
bottom-right = 16.0;
top-left = 0.0;
top-right = 0.0;
bottom-left = 0.0;
bottom-right = 0.0;
};
clip-to-geometry = true;
}
@ -159,14 +159,6 @@
open-maximized = true;
open-focused = true;
}
{
matches = [
{
app-id = "mpv";
}
];
border.active.color = pkgs.catppuccin.${config.catppuccin.flavor}.surface1;
}
];
binds = {
"Mod+Shift+Slash".action.show-hotkey-overlay = {};