config: move output schema into schema crate
This commit is contained in:
parent
e94d8fec1f
commit
fb65585bfa
4 changed files with 140 additions and 93 deletions
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
pub mod animations;
|
||||
pub mod options;
|
||||
pub mod output;
|
||||
pub mod theme;
|
||||
|
||||
pub use animations::{AnimationCurveConfig, Animations};
|
||||
|
|
@ -13,4 +14,7 @@ pub use options::{
|
|||
ColorManagement, Float, FocusHistory, Libei, RepeatRate, SimpleIm, Tearing, UiDrag, Vrr,
|
||||
Xwayland,
|
||||
};
|
||||
pub use output::{
|
||||
ConfigConnector, ConfigDrmDevice, ConnectorMatch, DrmDeviceMatch, Mode, Output, OutputMatch,
|
||||
};
|
||||
pub use theme::Theme;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue