feat(wezterm): ensure linux config uses wayland

This commit is contained in:
Price Hiller 2023-05-09 16:35:12 -05:00
parent 75efd9dcc9
commit 72632e0042
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -1,3 +1,4 @@
return { return {
font_locator = nil, font_locator = nil,
enable_wayland = true,
} }