Customized tmux (#32)

Changed out the theme on tmux to one more maintained. Also set wezterm
to open tmux upon launch of the terminal.

Reviewed-on: #32
This commit was merged in pull request #32.
This commit is contained in:
2026-05-14 21:51:23 -04:00
parent f2b91c6eb0
commit 213042df74
2 changed files with 17 additions and 3 deletions
+1
View File
@@ -10,5 +10,6 @@ config.enable_tab_bar = false
config.initial_cols = 205
config.initial_rows = 45
config.font_size = 10
config.default_prog = { "tmux", "new-session", "-A", "-s", "main" }
return config