users/kat/gui/wezterm: wayland + show tab bar

This commit is contained in:
kat witch 2021-06-03 01:55:18 +01:00
parent 819be11696
commit d16435ca25
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -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}},