pub mod default_workspaces;
pub mod ewmh;
pub mod manage;
pub mod named_scratchpads;
pub mod startup;
pub mod window_swallowing;
pub use ewmh::add_ewmh_hooks;
pub use named_scratchpads::{add_named_scratchpads, NamedScratchPad, ToggleNamedScratchPad};
pub use startup::SpawnOnStartup;
pub use window_swallowing::WindowSwallowing;