common: restructure config, update tmux and wezterm

This commit is contained in:
2026-06-18 17:29:42 +02:00
parent a485b83e49
commit ac43221eec
13 changed files with 111 additions and 101 deletions
+2 -1
View File
@@ -1,8 +1,9 @@
local wezterm = require 'wezterm'
local config = wezterm.config_builder()
-- config.color_scheme = 'Duotone Dark'
config.enable_scroll_bar = true
config.scrollback_lines = 50000
return config