more niri confing
This commit is contained in:
parent
db8205f4b6
commit
6106bd2674
3 changed files with 21 additions and 2 deletions
|
@ -41,7 +41,19 @@
|
|||
};
|
||||
};
|
||||
|
||||
window-rules = [{
|
||||
window-rules = [
|
||||
{
|
||||
matches = [{
|
||||
is-floating = true;
|
||||
}];
|
||||
shadow = {
|
||||
softness = 40;
|
||||
color = "#bab9e5af";
|
||||
inactive-color = "#fa9d99af";
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
{
|
||||
geometry-corner-radius = let val = 1.; in {
|
||||
bottom-left = val;
|
||||
bottom-right = val;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue