diff --git a/terminal/.config/wezterm/wezterm.lua b/terminal/.config/wezterm/wezterm.lua index 8fa9cf3..d945718 100644 --- a/terminal/.config/wezterm/wezterm.lua +++ b/terminal/.config/wezterm/wezterm.lua @@ -24,6 +24,9 @@ if file_exists(colorsfile) == true then end local settings = { + unix_domains = { + { name = "unix" }, + }, enable_wayland = true, -- sadface :-( xcursor_theme = "Adwaita", enable_tab_bar = true,