Skip to content

Instantly share code, notes, and snippets.

@doole
Last active October 3, 2022 09:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save doole/5619a29cd0a5c21417379f07968bdc6c to your computer and use it in GitHub Desktop.
Save doole/5619a29cd0a5c21417379f07968bdc6c to your computer and use it in GitHub Desktop.
local wezterm = require 'wezterm'
return {
color_scheme = 'Dracula',
font = wezterm.font 'JetBrains Mono',
font_size = 13.0,
window_background_opacity = 0.99,
initial_cols = 170,
initial_rows = 55,
enable_kitty_graphics = true,
tab_bar_at_bottom = false,
use_fancy_tab_bar = false,
window_padding = { left = 0, right = 0, bottom = 0, top = 0, },
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment