workspace state handling

This commit is contained in:
Ashley Wulber 2022-06-16 14:33:26 -04:00
parent dba44d579f
commit 2417ff6e31
7 changed files with 50 additions and 17 deletions

View file

@ -65,7 +65,6 @@ fn main() {
TX.set(wayland_tx).unwrap();
rx.attach(None, glib::clone!(@weak window => @default-return glib::prelude::Continue(true), move |workspace_event| {
dbg!(&workspace_event);
window.set_workspaces(workspace_event);
glib::prelude::Continue(true)
}));