update niri config
This commit is contained in:
parent
62032eab6d
commit
2f5f16ec1c
1 changed files with 22 additions and 10 deletions
|
|
@ -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 = { };
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue