chore: initial commit
This commit is contained in:
commit
d3948c7910
56 changed files with 8996 additions and 0 deletions
16
programs/wezterm/wezterm.lua
Normal file
16
programs/wezterm/wezterm.lua
Normal file
|
@ -0,0 +1,16 @@
|
|||
local wezterm = require("wezterm")
|
||||
|
||||
return {
|
||||
color_scheme = "Catppuccin Frappe",
|
||||
font = wezterm.font("FantasqueSansM Nerd Font"),
|
||||
font_size = 13,
|
||||
hide_tab_bar_if_only_one_tab = true,
|
||||
hide_mouse_cursor_when_typing = false,
|
||||
window_background_opacity = 0.88,
|
||||
window_padding = {
|
||||
left = 18,
|
||||
right = 18,
|
||||
top = 18,
|
||||
bottom = 18,
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue