aboutsummaryrefslogtreecommitdiff
path: root/src/utils/mod.rs
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2025-06-04 08:26:51 +0300
committerIvan Molodetskikh <yalterz@gmail.com>2025-06-07 13:12:50 -0700
commitf918eabe6a144e78c62c3fc0cfa7fe32e4623e5a (patch)
tree5ed62d6eb939ef5e84f1114dfa08fe289800df8f /src/utils/mod.rs
parent0698f167e51c38bd6d50e73983a13a62d2f8eefe (diff)
downloadniri-f918eabe6a144e78c62c3fc0cfa7fe32e4623e5a.tar.gz
niri-f918eabe6a144e78c62c3fc0cfa7fe32e4623e5a.tar.bz2
niri-f918eabe6a144e78c62c3fc0cfa7fe32e4623e5a.zip
Implement xwayland-satellite integration
Diffstat (limited to 'src/utils/mod.rs')
-rw-r--r--src/utils/mod.rs1
1 files changed, 1 insertions, 0 deletions
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);