feat(wayland): kde decoration support

This commit is contained in:
Nova
2022-09-19 08:13:23 -04:00
parent 76721a17f8
commit ca192e18a9
4 changed files with 29 additions and 10 deletions

View File

@@ -23,7 +23,7 @@ impl XdgShellHandler for WaylandState {
self.output
.enter(&self.display_handle, surface.wl_surface());
surface.with_pending_state(|state| {
state.states.set(State::Fullscreen);
state.states.set(State::Maximized);
state.states.set(State::Activated);
state.decoration_mode = Some(Mode::ServerSide);
});