From d16435ca25c82dffbc255b9b8b893e8fdc079417 Mon Sep 17 00:00:00 2001 From: kat witch Date: Thu, 3 Jun 2021 01:55:18 +0100 Subject: [PATCH] users/kat/gui/wezterm: wayland + show tab bar --- users/kat/gui/wezterm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/kat/gui/wezterm.nix b/users/kat/gui/wezterm.nix index 5da42db2..cf669331 100644 --- a/users/kat/gui/wezterm.nix +++ b/users/kat/gui/wezterm.nix @@ -16,11 +16,11 @@ in { local wezterm = require 'wezterm'; return { + enable_wayland = true, term = "wezterm", font = wezterm.font_with_fallback({"FantasqueSansMono Nerd Font","Twitter Color Emoji"}), font_size = 10.0, window_background_opacity = 0.9, - hide_tab_bar_if_only_one_tab = true, colors = { ansi = {${colors.ansi}}, brights = {${colors.brights}},