nix-dots/graphical/wezterm/wezterm.lua
2025-05-16 18:17:32 -05:00

12 lines
218 B
Lua

return {
color_scheme = 'gbox',
enable_tab_bar = false,
font_size = 10.0,
-- font = wezterm.font('ComicShanns Mono Nerd Font'),
keys = {
{
key = "F11",
action = wezterm.action.ToggleFullScreen,
},
},
}