feat(wezterm)!: add fennel config

TODO: automate compilation to `lua`
This commit is contained in:
reo101 2023-07-31 07:54:18 +03:00
parent 563659caa4
commit 08c1b58a70
Signed by: reo101
GPG key ID: 675AA7EF13964ACB
3 changed files with 89 additions and 3 deletions

View file

@ -42,8 +42,8 @@ M.freetype_render_target = "Light"
--------------------
M.window_background_opacity = 0.8
M.text_background_opacity = 1.0
-- M.window_background_image = "/home/reo101/.local/share/bg/ide_bg.jpeg"
-- M.window_decorations = "NONE"
-- M.window_background_image = ""
M.window_decorations = "RESIZE"
M.window_close_confirmation = "NeverPrompt"
M.use_resize_increments = false
M.enable_scroll_bar = false