Skip to content

Commit

Permalink
Change layer from top to overlay (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
kRHYME7 authored Mar 21, 2024
1 parent cbf1fd8 commit b68a541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wayland.rs
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ impl Wayland {
let layer_surface = layer_shell.get_layer_surface(
&surface,
Some(output),
zwlr_layer_shell_v1::Layer::Top,
zwlr_layer_shell_v1::Layer::Overlay,
"waycorner".to_owned(),
);
let size = corner_config.size.into();
Expand Down

0 comments on commit b68a541

Please sign in to comment.