1
0
Fork 0
forked from wry/wry

config: move parsed model into schema crate

This commit is contained in:
kossLAN 2026-05-29 17:15:14 -04:00
parent c8a6b69bf1
commit a038855895
No known key found for this signature in database
8 changed files with 266 additions and 239 deletions

View file

@ -9,6 +9,7 @@ pub mod animations;
pub mod command;
pub mod input;
pub mod keymap;
pub mod model;
pub mod options;
pub mod output;
pub mod rules;
@ -19,6 +20,7 @@ pub use animations::{AnimationCurveConfig, Animations};
pub use command::{Exec, Status};
pub use input::InputMatch;
pub use keymap::ConfigKeymap;
pub use model::{Action, ClientRule, Config, Input, InputMode, NamedAction, Shortcut, WindowRule};
pub use options::{
ColorManagement, Float, FocusHistory, Libei, RepeatRate, SimpleIm, Tearing, UiDrag, Vrr,
Xwayland,