Skip to content

Commit

Permalink
fix(wayland): set virtual output to 1024x1024
Browse files Browse the repository at this point in the history
  • Loading branch information
technobaboo committed Jul 20, 2024
1 parent a8e16a8 commit 73ed121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wayland/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ impl WaylandState {
);
let _output_global = output.create_global::<Self>(&display_handle);
let mode = Mode {
size: (2048, 2048).into(),
size: (1024, 1024).into(),
refresh: 60000,
};
output.change_current_state(
Expand Down

0 comments on commit 73ed121

Please sign in to comment.