Increase default Wayland buffer size

The buffer size matches the one used in other compositors, e.g.:

- https://gitlab.gnome.org/GNOME/mutter/-/blob/49.4/src/wayland/meta-wayland.c?ref_type=tags#L970-971
This commit is contained in:
Ivan Molodetskikh
2026-03-07 07:43:59 +03:00
parent c7fa5f29d6
commit b82d52705e
3 changed files with 6 additions and 0 deletions
+1
View File
@@ -94,6 +94,7 @@ tracing.workspace = true
tracy-client.workspace = true
wayland-backend = "0.3.14"
wayland-scanner = "0.31.9"
wayland-server = { version = "0.31.12", features = ["libwayland_1_23"] }
xcursor = "0.3.10"
zbus = { version = "5.13.2", optional = true }