diff --git a/wezterm/.wezterm.lua b/wezterm/.wezterm.lua index 4d6b77d..07b84d4 100644 --- a/wezterm/.wezterm.lua +++ b/wezterm/.wezterm.lua @@ -3,7 +3,7 @@ local wezterm = require("wezterm") local config = {} if wezterm.target_triple:find("windows") then - config.default_prog = { "wsl.exe", "-d", "Fedora", "--cd", "~" } + config.default_prog = { "wsl.exe", "-d", "Void", "-u", "owen", "--cd", "~" } config.keys = { { key = "F11", @@ -13,8 +13,6 @@ if wezterm.target_triple:find("windows") then } end -config.scrollback_lines = 3500 - config.enable_tab_bar = false config.window_padding = { left = 0, @@ -26,7 +24,7 @@ config.window_padding = { config.font = wezterm.font("ComicShannsMono Nerd Font") config.font_size = 20.0 --- config.front_end = "WebGpu" --- config.window_decorations = "RESIZE" +config.front_end = "WebGpu" +config.window_decorations = "RESIZE" return config