summaryrefslogtreecommitdiff
path: root/dot_config
diff options
context:
space:
mode:
authorIbrahim Muftee <ibrahim@muftee.net>2024-04-17 01:38:15 -0500
committerIbrahim Muftee <ibrahim@muftee.net>2026-07-01 00:23:31 -0400
commit58358203f277f9282abb0d4f32f7dc7d4c1c4fc1 (patch)
tree7b5c2326c784757caa8eb451f03ceb69200f9a6f /dot_config
parent4f49a5af0d9d051073346791679cb8c552793930 (diff)
refactor(wezterm): move todo comments to its own line
Diffstat (limited to 'dot_config')
-rw-r--r--dot_config/wezterm/wezterm.lua7
1 files changed, 4 insertions, 3 deletions
diff --git a/dot_config/wezterm/wezterm.lua b/dot_config/wezterm/wezterm.lua
index 021ed51..047f5c1 100644
--- a/dot_config/wezterm/wezterm.lua
+++ b/dot_config/wezterm/wezterm.lua
@@ -16,14 +16,15 @@ local config = {
font_size = font_size,
initial_cols = width,
initial_rows = length,
- color_scheme = "Gruvbox dark, medium (base16)", -- TODO: Create custom color scheme in separate module (colors.lua)
+ -- TODO: Create custom color scheme in separate module (colors.lua)
+ color_scheme = "Gruvbox dark, medium (base16)",
window_background_opacity = 0.9,
use_fancy_tab_bar = false,
show_tabs_in_tab_bar = false,
show_new_tab_button_in_tab_bar = false,
-
- default_prog = { chezmoi.shell }, -- TODO: Change default shell when OS changes
+ -- TODO: Change default shell when OS changes
+ default_prog = { chezmoi.shell },
leader = keys.leader,
keys = keys.key_bindings,