config: move command schema into schema crate
This commit is contained in:
parent
81a1a865a1
commit
f0e7bd31cb
3 changed files with 19 additions and 17 deletions
|
|
@ -5,12 +5,14 @@
|
|||
//! generated config documentation, and compositor-side application code.
|
||||
|
||||
pub mod animations;
|
||||
pub mod command;
|
||||
pub mod input;
|
||||
pub mod options;
|
||||
pub mod output;
|
||||
pub mod theme;
|
||||
|
||||
pub use animations::{AnimationCurveConfig, Animations};
|
||||
pub use command::{Exec, Status};
|
||||
pub use input::InputMatch;
|
||||
pub use options::{
|
||||
ColorManagement, Float, FocusHistory, Libei, RepeatRate, SimpleIm, Tearing, UiDrag, Vrr,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue