Skip to content

Commit

Permalink
pot@wezterm: Wayland rendering workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
peromage committed Sep 18, 2024
1 parent 6413021 commit 325fa2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions __pot__/wezterm/.config/wezterm/wezterm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -336,8 +336,8 @@ local config = BasicTable:_new {
exit_behavior = "Close",
window_close_confirmation = 'AlwaysPrompt',
hide_mouse_cursor_when_typing = true,
enable_wayland = true,
front_end = "OpenGL",
enable_wayland = false,
front_end = "WebGpu",
webgpu_power_preference = "LowPower",
webgpu_force_fallback_adapter = false,
use_ime = true,
Expand Down

0 comments on commit 325fa2b

Please sign in to comment.