update niri config
This commit is contained in:
parent
ca7d6de714
commit
c241155b93
1 changed files with 4 additions and 12 deletions
|
|
@ -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 = {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue