change: wezterm window config ; add: tacky-borders config ; change: wezterm font to ComicShannsMono
This commit is contained in:
12
configs/wezterm_g/.wezterm.lua
Executable file
12
configs/wezterm_g/.wezterm.lua
Executable 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
|
||||
Reference in New Issue
Block a user