git.lucas.co / cce-cloud
cloud storage client
git clone https://git.lucas.co/cce-cloud.git

commitfea895d8fa1178201e2b2f0f59bdaf8668f92374
parent7e2ac3bc8d
authorLucas Galante <[email protected]>
date2026-06-24 15:55
Add debugging coordinate prints for popup menus

 src/main.rs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main.rs b/src/main.rs
index 54d7406..fe3e3f3 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -2275,6 +2275,7 @@ fn main() {
 
     let xdg_shell_state = smithay_client_toolkit::shell::xdg::XdgShell::bind(&globals, &qh).ok();
     let use_xdg = cce_wm.is_some() && xdg_shell_state.is_some() && x_pos.is_none() && y_pos.is_none();
+    eprintln!("[cce-cloud] Starting launcher window: x_pos={:?}, y_pos={:?}, align_right={}, scale={}, use_xdg={}", x_pos, y_pos, align_right, scale, use_xdg);
 
     let (state, cce_toplevel) = pollster::block_on(State::new(
         &conn,