config: move rule match schema into schema crate
This commit is contained in:
parent
f0e7bd31cb
commit
d9261414c2
3 changed files with 70 additions and 66 deletions
|
|
@ -9,6 +9,7 @@ pub mod command;
|
|||
pub mod input;
|
||||
pub mod options;
|
||||
pub mod output;
|
||||
pub mod rules;
|
||||
pub mod theme;
|
||||
|
||||
pub use animations::{AnimationCurveConfig, Animations};
|
||||
|
|
@ -21,4 +22,5 @@ pub use options::{
|
|||
pub use output::{
|
||||
ConfigConnector, ConfigDrmDevice, ConnectorMatch, DrmDeviceMatch, Mode, Output, OutputMatch,
|
||||
};
|
||||
pub use rules::{ClientMatch, GenericMatch, MatchExactly, WindowMatch};
|
||||
pub use theme::Theme;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue