shell: add workspace helper module

This commit is contained in:
Victoria Brekenfeld 2021-12-17 17:53:01 +01:00
parent 74a4ed1058
commit e0da1e779b
7 changed files with 256 additions and 20 deletions

View file

@ -9,6 +9,7 @@ use anyhow::{Context, Result};
use slog::Drain;
pub mod backend;
pub mod shell;
pub mod state;
pub mod utils;
@ -38,9 +39,6 @@ fn main() -> Result<()> {
}
// trigger routines
state
.spaces
.send_frames(false, state.start_time.elapsed().as_millis() as u32);
state.spaces.refresh();
// send out events