wrappers: add wezterm

This commit is contained in:
Nikodem Rabuliński 2024-02-08 23:10:19 +01:00
parent 9991b2b8f2
commit fc4185d65e
3 changed files with 18 additions and 2 deletions

View file

@ -0,0 +1,10 @@
local wezterm = require 'wezterm'
return {
color_scheme = 'Default Dark (base16)',
enable_tab_bar = false,
window_decorations = 'RESIZE',
font = wezterm.font('Iosevka Nerd Font'),
font_size = 14.0,
native_macos_fullscreen_mode = true,
}