feat: don't include hidden workspaces
This commit is contained in:
parent
8a3fd21b26
commit
031ec45cd7
13 changed files with 98 additions and 55 deletions
|
|
@ -8,10 +8,10 @@ use gtk4::{
|
|||
CssProvider, StyleContext,
|
||||
};
|
||||
use once_cell::sync::OnceCell;
|
||||
use wayland::State;
|
||||
use std::sync::{Arc, Mutex};
|
||||
use tokio::sync::mpsc;
|
||||
use utils::{Activate, WorkspaceEvent};
|
||||
use wayland::State;
|
||||
use window::CosmicWorkspacesWindow;
|
||||
|
||||
mod localize;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue