transparency on non-focused

This commit is contained in:
twoneis 2024-08-05 01:11:44 +02:00
parent a7deda092c
commit fa31df90e5

View file

@ -27,7 +27,7 @@ in {
}; };
"DP-1" = { "DP-1" = {
scale = 1.0; scale = 1.15;
mode = { mode = {
width = 5120; width = 5120;
height = 2160; height = 2160;
@ -66,6 +66,9 @@ in {
bottom-right= 8.0; bottom-right= 8.0;
}; };
clip-to-geometry = true; clip-to-geometry = true;
} {
excludes = [{is-focused = true;}];
opacity = 0.95;
} }
]; ];