git.lucas.co / cce-compositor
Wayland compositor (wlroots)
git clone https://git.lucas.co/cce-compositor.git

commitae1f0ddc354195858071ad00b4db4feb3b6b8db5
parent0fe669fbcd
authorLucas Galante <[email protected]>
date2026-06-30 14:43
Increase grid cell fade resolution by setting step size to 1

 src/server/output.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/server/output.rs b/src/server/output.rs
index 3f1bea9..4c6964e 100644
--- a/src/server/output.rs
+++ b/src/server/output.rs
@@ -650,7 +650,7 @@ impl Output {
                             }
                         }
                     } else {
-                        let step = 4;
+                        let step = 1;
                         let inset_scaled = (cell_fade_inset as f64 * zoom) as i32;
 
                         // 0. Draw the cell-sized gap color background rect behind the fade layers