nix-dots/graphical/wezterm/wezterm.lua

13 lines
218 B
Lua
Raw Permalink Normal View History

2025-05-16 18:11:06 -05:00
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,
},
},
}