mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 20:39:18 -08:00
users/kat/gui/wezterm: wayland + show tab bar
This commit is contained in:
parent
819be11696
commit
d16435ca25
1 changed files with 1 additions and 1 deletions
|
|
@ -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}},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue