diff options
author | tcmal <me@aria.rip> | 2024-06-27 00:02:39 +0100 |
---|---|---|
committer | tcmal <me@aria.rip> | 2024-06-27 00:05:28 +0100 |
commit | bc641d4a0b5dde80c751feb9bf3403fefd2cbb50 (patch) | |
tree | b7356ccbfd441f039a633305b49749f091ec1894 /src/config.rs | |
parent | adcf670ba60c4489b14d4b9dd03a0f7799cf8fb7 (diff) |
cleanup spawn helper
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; |