about summary refs log tree commit diff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index abedf64..ac51761 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -19,6 +19,12 @@ mod config;
 mod database;
 mod settings_manager;
 mod ui;
+mod helpers {
+    mod idle;
+    mod wayland_idle;
+
+    pub use idle::get_idle_time;
+}
 
 use self::application::FurtheranceApplication;