From f6dbb37a02315e35bd189cbacc40ca341f786bf7 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Tue, 21 Apr 2026 11:35:30 -0400 Subject: [PATCH] remove old test of activation --- rust/src/internal/wayland.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/rust/src/internal/wayland.rs b/rust/src/internal/wayland.rs index 8cac70e..87e3461 100644 --- a/rust/src/internal/wayland.rs +++ b/rust/src/internal/wayland.rs @@ -164,7 +164,6 @@ impl Dispatch for AppState { match event { ext_workspace_handle_v1::Event::Coordinates { coordinates } => { let id = proxy.id(); - proxy.activate(); if coordinates.len() >= 2 { let coords: (u8, u8) = (coordinates[0], coordinates[1]);