cloud storage client
git clone https://git.lucas.co/cce-cloud.git
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,