-
|
I'm running Wezterm on a Windows 10 VM I'm connected to via VMWare Horizon. It works fine in the default-sized window, but if I maximize it (2560x1440) I get some pretty bad flickering: This happens regardless of what kind of shell I'm connected to (Windows cmd, WSL, and SSHing to a real Linux box all behave the same). I tried toggling Are there any other config options I can mess with that might help? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Found it -- https://wezfurlong.org/wezterm/config/lua/config/front_end.html mentions:
So I set |
Beta Was this translation helpful? Give feedback.

Found it -- https://wezfurlong.org/wezterm/config/lua/config/front_end.html mentions:
So I set
front_end = "Software"in my config file and things seem to be working.