This commit is contained in:
Ashley Wulber 2022-07-19 11:40:04 -04:00
parent 560ebc0bf5
commit dc13ca6e46
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820
2 changed files with 4 additions and 3 deletions

View file

@ -214,7 +214,7 @@ impl Dispatch<wl_registry::WlRegistry, ()> for State {
.unwrap();
state.toplevel_manager = Some(tm);
}
"zcosmic_toplevel_manager_v1" => {
"zcosmic_workspace_manager_v1" => {
let workspace_manager = registry
.bind::<ZcosmicWorkspaceManagerV1, _, _>(
name,
@ -274,6 +274,7 @@ impl Dispatch<ZcosmicToplevelManagerV1, ()> for State {
_: &Connection,
_: &QueueHandle<Self>,
) {
match event {
zcosmic_toplevel_manager_v1::Event::Capabilities { .. } => {
// TODO capabilities affect what is shown to user in applet