niri: disable xray, make fuzzel transparent
This commit is contained in:
parent
998907bbb9
commit
1ef4b29b51
2 changed files with 12 additions and 13 deletions
|
|
@ -121,7 +121,7 @@
|
|||
clip-to-geometry = true;
|
||||
opacity = 0.90;
|
||||
background-effect = {
|
||||
xray = true;
|
||||
xray = false;
|
||||
blur = true;
|
||||
noise = 0.05;
|
||||
saturation = 1;
|
||||
|
|
@ -202,9 +202,8 @@
|
|||
}
|
||||
{
|
||||
matches = [ { namespace = "^launcher$"; } ];
|
||||
opacity = 0.90;
|
||||
background-effect = {
|
||||
xray = true;
|
||||
xray = false;
|
||||
blur = true;
|
||||
noise = 0.05;
|
||||
saturation = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue