aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2025-09-06 11:10:23 +0300
committerIvan Molodetskikh <yalterz@gmail.com>2025-09-17 22:04:23 +0300
commit276275ff76d79bc6489c2ddffea13845ac6699fb (patch)
treea5a63030b667150416a0465125cd1b8deb3e9b10
parent82276771a5e5590d5aac5847be84d99076815501 (diff)
downloadniri-276275ff76d79bc6489c2ddffea13845ac6699fb.tar.gz
niri-276275ff76d79bc6489c2ddffea13845ac6699fb.tar.bz2
niri-276275ff76d79bc6489c2ddffea13845ac6699fb.zip
Add sending initial configure trace log
-rw-r--r--src/handlers/xdg_shell.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/handlers/xdg_shell.rs b/src/handlers/xdg_shell.rs
index b7123e5f..970dcb5b 100644
--- a/src/handlers/xdg_shell.rs
+++ b/src/handlers/xdg_shell.rs
@@ -981,6 +981,7 @@ impl State {
workspace_name: ws.and_then(|w| w.name().cloned()),
};
+ trace!(surface = %toplevel.wl_surface().id(), "sending initial configure");
toplevel.send_configure();
}