[2024-10-17] tmux.conf and wezterm.lua
This commit is contained in:
parent
d6b161f2d6
commit
f5932c6b73
2 changed files with 16 additions and 0 deletions
12
wezterm/wezterm.lua
Normal file
12
wezterm/wezterm.lua
Normal file
|
@ -0,0 +1,12 @@
|
|||
local wezterm = require 'wezterm'
|
||||
local config = {}
|
||||
|
||||
config.color_scheme = 'GruvboxDark'
|
||||
config.font = wezterm.font 'JetBrains Mono'
|
||||
config.font_size = 13.0
|
||||
config.hide_tab_bar_if_only_one_tab = true
|
||||
config.window_decorations = "RESIZE"
|
||||
config.window_background_opacity = 1.0
|
||||
config.default_cursor_style = 'BlinkingBar'
|
||||
|
||||
return config
|
Loading…
Add table
Add a link
Reference in a new issue