Skip to content

Commit

Permalink
opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyuga-Tsukui committed Mar 28, 2024
1 parent 939872f commit ddeb442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dot_wezterm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ local config = wezterm.config_builder()

config.font = wezterm.font("FiraCode Nerd Font")
config.font_size = 16.0
config.window_background_opacity = 0.6
config.window_background_opacity = 0.9

-- config.default_prog = {"/bin/zsh", "-l", "-c", "`tmux attach -t 0 || tmux`"}

Expand Down

0 comments on commit ddeb442

Please sign in to comment.