Skip to content

Commit

Permalink
fix(wayland/decoration): make decoration SSD
Browse files Browse the repository at this point in the history
  • Loading branch information
technobaboo committed Mar 28, 2024
1 parent 350007c commit 4925356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wayland/xdg_shell.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ impl XdgShellHandler for WaylandState {

fn new_toplevel(&mut self, toplevel: ToplevelSurface) {
toplevel.with_pending_state(|s| {
s.decoration_mode = Some(Mode::ClientSide);
s.decoration_mode = Some(Mode::ServerSide);
s.states.set(State::TiledTop);
s.states.set(State::TiledBottom);
s.states.set(State::TiledLeft);
Expand Down

0 comments on commit 4925356

Please sign in to comment.