feat(wayland): kde decoration support
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user