From f918eabe6a144e78c62c3fc0cfa7fe32e4623e5a Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Wed, 4 Jun 2025 08:26:51 +0300 Subject: Implement xwayland-satellite integration --- src/utils/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/utils/mod.rs') diff --git a/src/utils/mod.rs b/src/utils/mod.rs index 2ac37721..ac7cf6a1 100644 --- a/src/utils/mod.rs +++ b/src/utils/mod.rs @@ -37,6 +37,7 @@ pub mod scale; pub mod spawning; pub mod transaction; pub mod watcher; +pub mod xwayland; pub static IS_SYSTEMD_SERVICE: AtomicBool = AtomicBool::new(false); -- cgit