https://git.tonybtw.com/oxwm.git
git://git.tonybtw.com/oxwm.git
fix unused import warning
Diff
diff --git a/src/window_manager.rs b/src/window_manager.rs
index 0997cc3..6ee5bd1 100644
--- a/src/window_manager.rs
+++ b/src/window_manager.rs
@@ -9,7 +9,6 @@ use crate::layout::{Layout, LayoutBox, LayoutType, layout_from_str, next_layout}
use crate::monitor::{Monitor, detect_monitors};
use crate::overlay::{ErrorOverlay, KeybindOverlay, Overlay};
use std::collections::{HashMap, HashSet};
-use std::path::PathBuf;
use x11rb::cursor::Handle as CursorHandle;
use x11rb::connection::Connection;