Release 1.0

We have no release yet and I feel it's time to call a 1.0. This seems as good a place as any to start.

Reviewed-on: #30
This commit was merged in pull request #30.
This commit is contained in:
2026-01-13 17:48:59 -05:00
parent 1214c4f3c8
commit 9ee3a31003
2 changed files with 30 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ local wezterm = require("wezterm")
-- This will hold the configuration
local config = wezterm.config_builder()
config.color_scheme = 'tokyonight_storm'
config.color_scheme = "tokyonight_storm"
config.window_background_opacity = 0.95
config.enable_tab_bar = false
config.initial_cols = 205