diff --git a/jay-config/src/_private/client.rs b/jay-config/src/_private/client.rs
index e4cb5817..d981ab03 100644
--- a/jay-config/src/_private/client.rs
+++ b/jay-config/src/_private/client.rs
@@ -9,12 +9,12 @@ use {
},
drm::{
connector_type::{ConnectorType, CON_UNKNOWN},
- Connector, Mode,
+ Connector, DrmDevice, Mode,
},
input::{acceleration::AccelProfile, capability::Capability, InputDevice, Seat},
keyboard::keymap::Keymap,
theme::Color,
- Axis, Command, Direction, LogLevel, ModifiedKeySym, Timer, Workspace,
+ Axis, Command, Direction, LogLevel, ModifiedKeySym, PciId, Timer, Workspace,
},
std::{
cell::{Cell, RefCell},
@@ -40,6 +40,8 @@ pub(crate) struct Client {
on_connector_connected: RefCell