feat: don't include hidden workspaces
This commit is contained in:
parent
8a3fd21b26
commit
031ec45cd7
13 changed files with 98 additions and 55 deletions
|
|
@ -33,7 +33,11 @@ impl<D> WaylandSource<D> {
|
|||
let fd = Generic::new(guard.connection_fd(), Interest::READ, Mode::Level);
|
||||
drop(guard);
|
||||
|
||||
Ok(WaylandSource { queue, fd, read_guard: None })
|
||||
Ok(WaylandSource {
|
||||
queue,
|
||||
fd,
|
||||
read_guard: None,
|
||||
})
|
||||
}
|
||||
|
||||
/// Access the underlying event queue
|
||||
|
|
@ -212,4 +216,4 @@ impl<D> WaylandSource<D> {
|
|||
}
|
||||
})
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue