refactoring and minor updates
This commit is contained in:
parent
83f072dac2
commit
14ff6a7a25
7 changed files with 43 additions and 27 deletions
|
@ -108,7 +108,7 @@ in
|
|||
animations.slowdown = 1.0;
|
||||
|
||||
layout = {
|
||||
gaps = 10;
|
||||
gaps = 6;
|
||||
center-focused-column = "never";
|
||||
always-center-single-column = true;
|
||||
|
||||
|
@ -149,8 +149,9 @@ in
|
|||
width = pkgs.rice.border-width + 1;
|
||||
};
|
||||
|
||||
shadow = {
|
||||
enable = true;
|
||||
struts = {
|
||||
right = 6;
|
||||
left = 6;
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -224,6 +225,18 @@ in
|
|||
];
|
||||
open-maximized = true;
|
||||
}
|
||||
|
||||
{
|
||||
matches = [
|
||||
{ is-floating = true; }
|
||||
];
|
||||
|
||||
shadow = {
|
||||
enable = true;
|
||||
softness = 10;
|
||||
spread = 8;
|
||||
};
|
||||
}
|
||||
];
|
||||
|
||||
# switch-events = with config.lib.niri.actions; {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue