fix(wezterm): disable window decorations on linux
Window decorations are not necessary with my desktop setup for linux. Currently having window_decorations set to "RESIZE" causes wezterm to crash under wayland when scaling is enabled. Seeing as I don't require "RESIZE", it's best to shut it off and avoid the crash altogether.
This commit is contained in:
parent
8fd31a9603
commit
9c79b396b9
@ -1,4 +1,5 @@
|
||||
return {
|
||||
font_locator = nil,
|
||||
enable_wayland = true,
|
||||
window_decorations = "NONE"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user