This commit is contained in:
Ashley Wulber 2022-08-01 11:11:26 -04:00
parent 580df62e46
commit 73d2107dc9
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820
10 changed files with 5 additions and 21 deletions

View file

@ -9,10 +9,7 @@ use gtk4::{
CssProvider, StyleContext,
};
use once_cell::sync::OnceCell;
use std::sync::{Arc, Mutex};
use tokio::sync::mpsc;
use utils::{Activate, WorkspaceEvent};
use wayland::State;
use utils::{WorkspaceEvent};
use window::CosmicWorkspacesWindow;
mod localize;