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

commite99d87206ee90ae0b5f372fc2dac94514237c48b
parent4c0049ea16
authorLucas Galante <[email protected]>
date2026-09-20 22:36
Pin cce-window-manager to 416f42c: footprint-based directional focus

Co-Authored-By: Claude Fable 5.1 <[email protected]>

 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index 87d5fe4..3f54cdf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,7 @@ doctest = false
 
 [dependencies]
 cce-ui = { git = "https://git.lucas.co/cce-ui.git", rev = "d146dbb79f32ff35fa4d150f30c43fdcf346ddfd" }
-cce-window-manager = { git = "https://git.lucas.co/cce-window-manager.git", rev = "054f6f053f7e54fca3ecdf70bb83487640129d57" }
+cce-window-manager = { git = "https://git.lucas.co/cce-window-manager.git", rev = "416f42c78fb63131121d8f2a86a607c31c829fc5" }
 xkbcommon = "0.7"
 serde = { version = "1", features = ["derive"] }
 nix = { version = "0.29", features = ["signal", "process", "fs", "poll", "resource"] }