diff options
Diffstat (limited to 'src/config.rs')
-rw-r--r-- | src/config.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/config.rs b/src/config.rs index 3c2b309..d1bd350 100644 --- a/src/config.rs +++ b/src/config.rs @@ -1,8 +1,6 @@ //! User configuration #![allow(clippy::unreadable_literal)] // Colours are more readable this way imo -use std::process::Command; - use xcb::x::ModMask; use xkeysym::Keysym; |