We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5e493e commit 3a947d1Copy full SHA for 3a947d1
src/modules/focused.rs
@@ -81,7 +81,6 @@ impl Module<gtk::Box> for FocusedModule {
81
while let Ok(event) = wlrx.recv().await {
82
match event {
83
ToplevelEvent::Update(info) => {
84
- println!("{current:?} | {info:?}");
85
if info.focused {
86
debug!("Changing focus");
87
0 commit comments