update niri config

This commit is contained in:
Sean Kovacs 2026-01-20 19:57:02 -05:00
commit 2f5f16ec1c
Signed by: sckova
GPG key ID: 00F325187C68651A

View file

@ -90,7 +90,8 @@
}; };
layout = { layout = {
gaps = 4; gaps = 4;
background-color = pkgs.catppuccin.${config.catppuccin.flavor}.mantle; # background-color = pkgs.catppuccin.${config.catppuccin.flavor}.mantle;
background-color = "transparent";
default-column-width = { default-column-width = {
proportion = 0.5; proportion = 0.5;
}; };
@ -123,6 +124,16 @@
}; };
}; };
window-rules = [ window-rules = [
{
geometry-corner-radius = {
top-left = 16.0;
top-right = 16.0;
bottom-left = 16.0;
bottom-right = 16.0;
};
clip-to-geometry = true;
opacity = 1.0;
}
{ {
matches = [ matches = [
{ {
@ -137,15 +148,6 @@
relative-to = "bottom-left"; relative-to = "bottom-left";
}; };
} }
{
geometry-corner-radius = {
top-left = 16.0;
top-right = 16.0;
bottom-left = 16.0;
bottom-right = 16.0;
};
clip-to-geometry = true;
}
{ {
matches = [ matches = [
{ {
@ -161,6 +163,16 @@
open-focused = true; open-focused = true;
} }
]; ];
layer-rules = [
{
matches = [
{
namespace = "^wpaperd.*";
}
];
place-within-backdrop = true;
}
];
binds = { binds = {
"Mod+Shift+Slash".action.show-hotkey-overlay = { }; "Mod+Shift+Slash".action.show-hotkey-overlay = { };