change: wezterm window config ; add: tacky-borders config ; change: wezterm font to ComicShannsMono

This commit is contained in:
rmelendezz
2025-03-07 19:17:24 -08:00
parent ec65b8243c
commit ca582d8acd
2 changed files with 327 additions and 143 deletions

12
configs/wezterm_g/.wezterm.lua Executable file
View File

@@ -0,0 +1,12 @@
local wezterm = require 'wezterm'
local config = {}
config.color_scheme = 'GruvboxDark'
config.font = wezterm.font 'ComicShannsMono Nerd Font Mono'
config.font_size = 16
config.enable_tab_bar = false
config.window_close_confirmation = "NeverPrompt"
config.default_domain = 'WSL:Arch'
config.audible_bell = 'Disabled'
return config